Skip to content

Commit

Permalink
db/active.times
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 7, 2024
1 parent 89b3b56 commit 20ee61f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,16 @@ jobs:
--with-canlock --with-news-user=news --with-news-group=news --with-openssl
--with-perl --with-python --with-sasl --with-zlib
- run: make
- 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
# This fails on:
# > touch /home/runner/work/inn/inn-install/db/history
# > chmod 0664 /home/runner/work/inn/inn-install/db/history
# > makedbz: cannot chdir to /home/runner/work/inn/inn-install/db: Permission denied

- run: sudo -u news make install
# - run: sudo -u news make install

- run: systemctl status inn2 || true
- run: env
Expand Down

0 comments on commit 20ee61f

Please sign in to comment.