Skip to content

Commit

Permalink
No actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Jul 17, 2023
1 parent 6999a65 commit 2d2dc6f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
with:
fetch-depth: 1
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rustfmt
override: true
run: |
rustup toolchain install nightly
rustup default nightly
- name: Setup
run: |
sudo apt-get install python3-pip --force-yes
Expand Down

0 comments on commit 2d2dc6f

Please sign in to comment.