Skip to content

Commit

Permalink
try that again
Browse files Browse the repository at this point in the history
Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
  • Loading branch information
bones-was-here committed Mar 8, 2024
1 parent 3be15be commit 830938a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Compile DP
run: |
# prevent git complaining about dubious ownership
chown -R "$USER" .
chown -R root:root .
# fetch refs so `git describe` works
git fetch --all --no-tags
make sdl-release
Expand Down

0 comments on commit 830938a

Please sign in to comment.