Skip to content

Commit

Permalink
test different action...
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 25, 2024
1 parent a7b9849 commit 667d557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
git config --global url."https://${{ secrets.PRIVATE_PULL_TOKEN }}@github.com".insteadOf ssh://[email protected]
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: risc0/toolchain@v1
with:
toolchain: stable

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
release:
needs: [build-linux-x86]
runs-on: buildjet-32vcpu-ubuntu-2204
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand Down

0 comments on commit 667d557

Please sign in to comment.