Skip to content

Commit

Permalink
extract-gems before nmake in Visual Studio workflow
Browse files Browse the repository at this point in the history
* BTW this workflow is the only one doing extract-extlibs before building.
  It seems building with Visual Studio and nmake has significant differences.
  • Loading branch information
eregon committed Feb 13, 2024
1 parent 9204416 commit b532764
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ jobs:

- run: nmake extract-extlibs

# On all other platforms, test-spec depending on extract-gems (in common.mk) is enough.
# But not for this Visual Studio workflow. So here we extract gems before building.
- run: nmake extract-gems

- run: nmake

- run: nmake test
Expand Down

0 comments on commit b532764

Please sign in to comment.