Skip to content

Commit

Permalink
try --nobest flag in anjay-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kucmasz authored Nov 12, 2024
1 parent 0f091dc commit 3dbcd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/anjay-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: recursive
- run: dnf update -y
- run: dnf update -y --nobest
- run: dnf install -y $CC
# Solve issues with EPERM when running dumpcap
- run: setcap '' $(which dumpcap)
Expand Down

0 comments on commit 3dbcd5f

Please sign in to comment.