Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
install zig
  • Loading branch information
Lapis256 authored Jul 23, 2024
1 parent 6d968f5 commit b5c5f78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
run: |
echo "PROJECT_NAME=$(sed -n 's/^name = "\(.*\)"/\1/p' Cargo.toml | head -n1)" >> $GITHUB_ENV
# zigをインストール
- name: Install Zig
uses: goto-bus-stop/setup-zig@v2

# rustをインストール
- name: Install Rust toolchain
uses: moonrepo/setup-rust@v1
Expand Down

0 comments on commit b5c5f78

Please sign in to comment.