Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hotbso committed Nov 20, 2024
1 parent ef438c9 commit 7dbe140
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
with:
macports-version: 2.7.1

- uses: msys2/setup-msys2@v2
if: startsWith(matrix.os, 'windows')
with:
msystem: MINGW64
update: true
install: >-
mingw-w64-x86_64-expat
- name: Get XPlane SDK
shell: bash
run: |
Expand Down Expand Up @@ -62,9 +54,6 @@ jobs:
release:
runs-on: windows-latest
needs: build
defaults:
run:
shell: msys2 {0}

steps:
- uses: msys2/setup-msys2@v2
Expand All @@ -86,6 +75,7 @@ jobs:
mv SDK ../
- name Build Windows binaries
shell: msys2 {0}
run: |
curl -L https://github.com/hotbso/libOpenAL32/archive/refs/heads/main.zip -o libOpenal32.zip
unzip libOpenal32.zip
Expand Down

0 comments on commit 7dbe140

Please sign in to comment.