Skip to content

Commit

Permalink
.github: drop chmod of xtables.lock
Browse files Browse the repository at this point in the history
The ubuntu-latest runner does not seem to have the older iptables
anymore, so it should be OK to drop this workaround, finally.

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jul 28, 2023
1 parent 2c3ea28 commit cc3c039
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
~/tmp/sbin/smcroutectl -h
- name: Run Unit Tests
run: |
sudo chmod a+rw /var/run/xtables.lock
make check || (cat test/test-suite.log; false)
- name: Upload Test Results
uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
./configure --prefix= --enable-mrdisc --enable-test
- name: Build release ...
run: |
sudo chmod a+rw /var/run/xtables.lock
make release || (cat test/test-suite.log; false)
ls -lF ../
mkdir -p artifacts/
Expand Down

0 comments on commit cc3c039

Please sign in to comment.