Skip to content

Commit

Permalink
Update GitHub CI sys deps for coff build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholastay committed Sep 30, 2023
1 parent 4833773 commit 82fd060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
- name: Install system build dependencies
run: sudo apt-get install -y binutils-mingw-w64-x86-64
run: sudo apt-get install -y binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64
- name: Generate Windows resource COFF
run: ./buildresource.sh
- name: Install Go dependencies
Expand Down

0 comments on commit 82fd060

Please sign in to comment.