Skip to content

Commit

Permalink
fix!: try fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe authored May 13, 2024
1 parent 88e4905 commit 1cc5dd6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build-windows:
name: Build Windows
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install wine
run: |
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install -y wine64 wine32
- name: Set up env
run: |
VERSION=${GITHUB_REF_NAME#v}
Expand All @@ -53,6 +48,7 @@ jobs:
with:
node-version: 20
- name: Install node dependencies
shell: pwsh
run: npm ci
- name: Build Windows
run: make windows
Expand Down

0 comments on commit 1cc5dd6

Please sign in to comment.