Skip to content

Commit

Permalink
sudo INN_HOSTNAME=inn.github-action make install
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 7, 2024
1 parent 20ee61f commit d46fe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: mkdir -p $RUNNER_WORKSPACE/inn-install/db
- run: echo -e "local.general 1726983313 usenet\nlocal.test 1726983317 usenet" > $RUNNER_WORKSPACE/inn-install/db/active.times
- run: sudo chown -R news:news $RUNNER_WORKSPACE/inn-install
- run: sudo make install
- run: sudo INN_HOSTNAME=inn.github-action make install
# This fails on:
# > touch /home/runner/work/inn/inn-install/db/history
# > chmod 0664 /home/runner/work/inn/inn-install/db/history
Expand Down

0 comments on commit d46fe18

Please sign in to comment.