Skip to content

Commit

Permalink
Fix BSD workflow syntax error and update actions/checkout to current …
Browse files Browse the repository at this point in the history
…version in disabled bsd workflow as well.

[ci skip]
  • Loading branch information
tobbi committed Oct 9, 2024
1 parent da205d8 commit e7db1de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# Fetch the whole tree so git describe works
fetch-depth: 0
Expand Down Expand Up @@ -79,5 +79,4 @@ jobs:
# TODO: Uncomment whenever possible
make -j3 VERBOSE=1
make install DESTDIR="/tmp/supertux" VERBOSE=1
./test_supertux2
actions/checkout@v4
./test_supertux2

0 comments on commit e7db1de

Please sign in to comment.