Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyboxvk authored Nov 9, 2024
1 parent a1b0292 commit 870ad92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
cc: [clang, gcc]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build with ${{ matrix.cc }}
run: |
make sslscan
Expand All @@ -20,7 +20,7 @@ jobs:
build_mingw:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install mingw-w64
run: |
sudo apt-get update -qq
Expand Down

0 comments on commit 870ad92

Please sign in to comment.