Skip to content

Commit

Permalink
Update restop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aeghn authored Nov 11, 2024
1 parent a0ef48d commit 2eee711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/restop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build
uses: stevenleadbeater/rust-musl-builder@master
with:
args: /bin/bash -c "export DESTINY_API_KEY=${{ secrets.DESTINY_API_KEY }} && rustup toolchain install 1.81.0 && rustup target add x86_64-unknown-linux-musl --toolchain=1.81.0 && rustup override set 1.81.0 && cargo build --manifest-path=src/Cargo.toml --release --target=x86_64-unknown-linux-musl"
args: /bin/bash -c "export DESTINY_API_KEY=${{ secrets.DESTINY_API_KEY }} && rustup toolchain install 1.81.0 && rustup target add x86_64-unknown-linux-musl --toolchain=1.81.0 && rustup override set 1.81.0 && cargo build --release --target=x86_64-unknown-linux-musl"
- name: Process and Package
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
env:
Expand Down

0 comments on commit 2eee711

Please sign in to comment.