Skip to content

Commit

Permalink
use all dependencies explicitly instead of package group
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Nov 23, 2023
1 parent 3d76b01 commit 6e30199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
go-version: '1.20'

- name: Install Dependencies
run: pacman -Syu && pacman -S git mingw-w64-x86_64-toolchain mingw-w64-x86_64-mpv
run: >
pacman -Syu &&
pacman -S git mingw-w64-x86_64-binutils mingw-w64-x86_64-crt-git mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-ada mingw-w64-x86_64-gcc-fortran mingw-w64-x86_64-gcc-libgfortran mingw-w64-x86_64-gcc-libs mingw-w64-x86_64-gcc-objc mingw-w64-x86_64-gdb mingw-w64-x86_64-gdb-multiarch mingw-w64-x86_64-headers-git mingw-w64-x86_64-libgccjit mingw-w64-x86_64-libmangle-git mingw-w64-x86_64-libwinpthread-git mingw-w64-x86_64-make mingw-w64-x86_64-pkgconf mingw-w64-x86_64-tools-git mingw-w64-x86_64-winpthreads-git mingw-w64-x86_64-winstorecompat-git mingw-w64-x86_64-mpv
- name: Build
run: go build
Expand Down

0 comments on commit 6e30199

Please sign in to comment.