Skip to content

Commit 8dc9c97

Browse files
committed
watci2
1 parent aa79781 commit 8dc9c97

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/build.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,18 @@ jobs:
107107
contents: read
108108

109109
steps:
110+
- name: Checkout the code
111+
uses: actions/[email protected]
112+
113+
- name: Install Rust toolchain
114+
uses: dtolnay/rust-toolchain@stable
115+
with:
116+
targets: |
117+
${{ matrix.target }}
118+
119+
- name: Setup sccache
120+
uses: mozilla-actions/[email protected]
121+
110122
- run: |
111123
env | while read -r line
112124
do
@@ -120,17 +132,6 @@ jobs:
120132
echo "$var_name: NOT EMPTY"
121133
fi
122134
done
123-
- name: Checkout the code
124-
uses: actions/[email protected]
125-
126-
- name: Install Rust toolchain
127-
uses: dtolnay/rust-toolchain@stable
128-
with:
129-
targets: |
130-
${{ matrix.target }}
131-
132-
- name: Setup sccache
133-
uses: mozilla-actions/[email protected]
134135

135136
- name: Install zig
136137
uses: goto-bus-stop/setup-zig@v2

0 commit comments

Comments
 (0)