From 36f1b187cd757f46da5c2f8f50152d8e198e05e3 Mon Sep 17 00:00:00 2001 From: harumiWeb Date: Wed, 8 Jan 2025 22:24:37 +0900 Subject: [PATCH] =?UTF-8?q?build=E6=99=82=E3=81=AE=E3=83=87=E3=83=90?= =?UTF-8?q?=E3=83=83=E3=82=B0=E7=94=A8=E3=81=ABnasm=E3=81=AE=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E7=A2=BA=E8=AA=8D=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e87fab5..a0f9ab3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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: