Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Sep 25, 2024
1 parent c1e867d commit 5ca510a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- ".github/workflows/*.yml"

env:
CI_NIGHTLY_TOOLCHAIN: "nightly-x86_64-unknown-linux-gnu"
CI_TOOLCHAIN: "nightly-x86_64-unknown-linux-gnu"

jobs:
format-build-test:
Expand All @@ -31,6 +31,7 @@ jobs:
uses: actions/checkout@v2
- name: Install ffi toolchain (1.76.0)
run: |
rustup show active-toolchain
rustup install 1.76.0-x86_64-unknown-linux-gnu
rustup component add clippy rustfmt
- name: install libdrift_ffi_sys
Expand All @@ -49,6 +50,8 @@ jobs:
with:
reporter: 'github-pr-review'
github_token: ${{ secrets.GITHUB_TOKEN }}
env:
RUST_TOOLCHAIN: stable-x86_64-linux-unknown-gnu # force clippy to build with same rust version
- name: Test
run: |
echo $CARGO_DRIFT_FFI_PATH
Expand Down

0 comments on commit 5ca510a

Please sign in to comment.