Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from sliverarmory/fix/action
Browse files Browse the repository at this point in the history
Add mingw to container
  • Loading branch information
lesnuages authored Sep 7, 2023
2 parents 58bb9b4 + a7418d4 commit 2962750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: devcontainers/ci@v0.2
with:
runCmd: |
sudo apt-get update --fix-missing && sudo apt-get -y install mingw-w64 binutils-mingw-w64 g++-mingw-w64
nimble -y release
mkdir -p build
cp extension.json build/
Expand Down

0 comments on commit 2962750

Please sign in to comment.