Skip to content

Commit

Permalink
Use MinGW32 in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Jul 22, 2024
1 parent 4c55337 commit 395970a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Compile
id: compile
uses: pangbox/openwatcom-action@master
- name: Install Nix
uses: cachix/install-nix-action@v19
with:
target: all
nix_path: nixpkgs=channel:nixos-unstable
- name: Compile
run: nix develop --command make -j8 all
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 395970a

Please sign in to comment.