Skip to content

Commit

Permalink
Fixing CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mgralinski-bright committed Jan 22, 2024
1 parent 203b4d6 commit 0c55a74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -15,13 +15,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.CI_DISPUTES }}
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69
override: true
- name: Updating submodules
run: git submodule update --init --recursive
- name: Update Rust environment
run: rustup component add rust-src --toolchain 1.69-x86_64-unknown-linux-gnu
- name: Adding WebAssembly target
Expand Down

0 comments on commit 0c55a74

Please sign in to comment.