Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Nov 24, 2024
1 parent 04768c4 commit 105659b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
21
distribution: 'temurin'

- name: Download reference Linux packages
uses: egor-tensin/setup-cygwin@v4
with:
packages: libayatana-appindicator3-devel

- name: Build libzmq
uses: johnwason/vcpkg-action@v6
with:
Expand All @@ -56,6 +51,11 @@ jobs:
- name: Move libmpv-2.dll
run: move library\src\nativeInterop\mingwX64\libmpv-2.dll library\src\nativeInterop\mingwX64\bin\libmpv-2.dll

- name: Download reference Linux packages
uses: egor-tensin/setup-cygwin@v4
with:
packages: libayatana-appindicator3-devel

- name: Set up Gradle
uses: gradle/gradle-build-action@v3

Expand Down

0 comments on commit 105659b

Please sign in to comment.