Skip to content

Commit

Permalink
[fix(CI)]: Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Blonteractor committed Jan 27, 2024
1 parent 5cb7214 commit 4c1ecf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Bootstrap
- name: Bootstrap rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -25,13 +25,13 @@ jobs:

- name: Update rust
run: |
rustup Update
rustup update
continue-on-error: true

- name: Add target
run: |
rustup target add x86_64-unknown-linux-gnu
continue-on-error: true
continue-on-error: true

- name: Formatting
run: |
Expand Down

0 comments on commit 4c1ecf6

Please sign in to comment.