Skip to content

Commit

Permalink
add linux back
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Jun 22, 2024
1 parent 1f90267 commit cb3007a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ on:
branches: [ "master" ]

jobs:
msys2-ucrt64:
linux:
runs-on: ubuntu-latest
steps:
- name: Install libzip
run: sudo apt-get install -y libzip-dev
- uses: actions/checkout@v4
- name: make
run: make HAVE_LIBZIP=1
- name: make tests
run: make HAVE_LIBZIP=1 tests
msys2-mingw64:
runs-on: windows-latest
defaults:
run:
Expand Down

0 comments on commit cb3007a

Please sign in to comment.