Skip to content

Commit

Permalink
Github actions: Go back to checkout@v3 because v4 breaks Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Nov 14, 2023
1 parent 6dade99 commit 9c9f592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
make \
pandoc \
zlib-devel
- uses: actions/checkout@v4
- uses: actions/checkout@v3 # v4 does not work with Ubuntu 18.04
- uses: ./.github/actions/install-from-git
- uses: ./.github/actions/cmake
- uses: ./.github/actions/build
Expand Down

0 comments on commit 9c9f592

Please sign in to comment.