Skip to content

Commit

Permalink
fix(ci): pin Rust version to 1.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasvdam committed Sep 12, 2024
1 parent b3b8791 commit 3dd9016
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
with:
key: cache-v1
cache-on-failure: true

- name: 🛠️ Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.80.1

- name: 📥 Install Dependencies
run: |
Expand All @@ -69,7 +71,7 @@ jobs:
if: ${{ github.event.inputs.debug == 'true' }}
run: |
cargo xtask compile ${{ github.event.inputs.architecture }} --debug
- name: 🔨 Build Library For ${{ github.event.inputs.architecture }}
if: ${{ github.event.inputs.debug == 'false' }}
run: |
Expand All @@ -78,7 +80,7 @@ jobs:
- name: 📝 Set Branch Name
id: set_branch
run: echo "FORMATTED_REF=${{ github.ref }}" | sed 's/\//-/g' >> $GITHUB_OUTPUT

- name: 📤 Upload Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3dd9016

Please sign in to comment.