Skip to content

Commit

Permalink
馃懛 update rust-build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno committed Apr 20, 2024
1 parent 0c2f3f1 commit 00f945e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Compile and release
uses: rust-build/rust-build.action@v1.4.3
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTFLAGS: "--cfg surrealdb_unstable"
RUSTDOCFLAGS: "--cfg surrealdb_unstable"
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
Expand Down

0 comments on commit 00f945e

Please sign in to comment.