Skip to content

Commit

Permalink
build時のデバッグ用にnasmのバージョン確認を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
harumiWeb committed Jan 8, 2025
1 parent 334ee57 commit 36f1b18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@ jobs:
run: |
brew install nasm
- name: install frontend dependencies
run: npm install

- name: install dependencies (windows only)
if: matrix.platform == 'windows-latest'
run: |
choco install nasm -y
nasm -v
- name: install frontend dependencies
run: npm install

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 36f1b18

Please sign in to comment.