Skip to content

Commit

Permalink
Update GitHub Actions [skip travis] [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Feb 8, 2024
1 parent d78a523 commit 7789bde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ jobs:
runs-on: ubuntu-latest
name: openbsd-clang
steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 5
- name: Test with clang
id: test
uses: vmactions/openbsd-vm@v1
with:
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/covsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync coverity_scan branch
- uses: actions/checkout@v4
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
Expand Down

0 comments on commit 7789bde

Please sign in to comment.