Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaemon committed Sep 24, 2024
1 parent ca4f3e4 commit 37e336e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- id: parse-toolchain
run: cat ./rust-toolchain.toml | awk '/channel = / { print $3 }' | xargs -I% echo spec=% >> $GITHUB_OUTPUT
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ steps.parse-toolchain.outputs.spec }}
toolchain: stable
- uses: Swatinem/rust-cache@v2
- name: install native deps
run: sudo apt update && sudo apt install clang llvm pkg-config nettle-dev fontforge
Expand Down

0 comments on commit 37e336e

Please sign in to comment.