Skip to content

Commit

Permalink
Temporarily point to my own rust-build action because of an upstream …
Browse files Browse the repository at this point in the history
…bug.
  • Loading branch information
orium committed Nov 6, 2024
1 parent 4d66666 commit 4aa6482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- uses: actions/checkout@v4

- name: Build release binary
uses: rust-build/rust-build.action@v1.4.4
# TODO(rust-build/rust-build.action/pull/99) Point to rust-build once this is fixed.
uses: orium/rust-build.action@f8eb5cc9df0c469c65a397b8b3986bb239ceefb1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 4aa6482

Please sign in to comment.