File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 33
33
- name : Checkout branch
34
34
uses : actions/checkout@v4
35
35
36
- - uses : ./setup
37
- with :
38
- toolchain : ${{ matrix.toolchain }}
39
-
40
36
- name : Resolve inputs.ref to full SHA
41
37
# https://github.com/actions/checkout/issues/265#issuecomment-1936792528
42
38
id : resolve-ref
58
54
path : ' ctru-rs'
59
55
ref : ${{ steps.resolve-ref.outputs.sha }}
60
56
57
+ - uses : ./setup
58
+ with :
59
+ toolchain : ${{ matrix.toolchain }}
60
+
61
61
- name : Build and run tests (unit + integration)
62
62
uses : ./run-tests
63
63
with :
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ runs:
20
20
cache : false # We set up our own cache manually in the next step
21
21
rustflags : " "
22
22
23
- - name : Set up Rust cache
24
- uses : Swatinem/rust-cache@v2
25
- with :
26
- cache-on-failure : true
23
+ # TODO: accept a workspace directory arg to pass to this action
24
+ #
25
+ # - name: Set up Rust cache
26
+ # uses: Swatinem/rust-cache@v2
27
+ # with:
28
+ # cache-on-failure: true
27
29
28
30
- name : Install build tools for host
29
31
shell : bash
You can’t perform that action at this time.
0 commit comments