Skip to content

Commit 37e336e

Browse files
committed
fix: ci
1 parent ca4f3e4 commit 37e336e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
timeout-minutes: 40
1414
steps:
1515
- uses: actions/checkout@v4
16-
- id: parse-toolchain
17-
run: cat ./rust-toolchain.toml | awk '/channel = / { print $3 }' | xargs -I% echo spec=% >> $GITHUB_OUTPUT
1816
- uses: dtolnay/rust-toolchain@master
1917
with:
20-
toolchain: ${{ steps.parse-toolchain.outputs.spec }}
18+
toolchain: stable
2119
- uses: Swatinem/rust-cache@v2
2220
- name: install native deps
2321
run: sudo apt update && sudo apt install clang llvm pkg-config nettle-dev fontforge

0 commit comments

Comments
 (0)