Skip to content

Commit

Permalink
Install Mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne0nd0g committed Dec 14, 2023
1 parent 88143da commit 459f12c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
go-version: '1.21'
check-latest: true

- name: 'Build Merlin Agent DLL'
id: build
run: 'make'

- name: Install Mingw-w64
id: install_mingw
run: sudo apt-get install gcc-mingw-w64-x86-64

- name: 'Build Merlin Agent DLL'
id: build
run: 'make'

- name: Install 7zip
id: install_7zip
run: sudo apt-get install p7zip-full
Expand Down

0 comments on commit 459f12c

Please sign in to comment.