Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth authored Jul 16, 2024
1 parent 2fc3604 commit bc34c7f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,8 @@ jobs:
- run: apt-get install gcc-mingw-w64 libx11-xcb-dev curl wget build-essential git musl-tools -y
continue-on-error: true


- name: Install latest nightly
uses: actions-rs/toolchain@v1.0.6
with:
toolchain: stable
override: true
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit bc34c7f

Please sign in to comment.