Skip to content

Commit

Permalink
Windows unit tests CI #1
Browse files Browse the repository at this point in the history
LOL?!
  • Loading branch information
rusefillc committed Oct 12, 2023
1 parent f85ccb0 commit e7aa791
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
with:
submodules: recursive
fetch-depth: 0

- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
Expand All @@ -20,10 +25,6 @@ jobs:
working-directory: .
run: make -v

- name: Pwd
working-directory: .
run: pwd

- name: Dir
working-directory: .
run: dir
Expand Down

0 comments on commit e7aa791

Please sign in to comment.