Skip to content

Commit

Permalink
Overwriting rust-toolchain in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Jun 1, 2023
1 parent e23d404 commit e5ef944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
./rustup-init -y --default-toolchain "${{ matrix.rust_toolchain_version }}" --profile default
rm ./rustup-init
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
# overwriting default rust-toolchain
echo ${{ matrix.rust_toolchain_version }} > rust-toolchain

- name: Setup OCaml ${{ matrix.ocaml_version }}
uses: ocaml/setup-ocaml@v2
Expand Down Expand Up @@ -98,4 +100,4 @@ jobs:
- name: Check that up-to-date bindings are checked in
run: |
git diff --exit-code
git diff --exit-code ":(exclude)rust-toolchain"

0 comments on commit e5ef944

Please sign in to comment.