Skip to content

Commit

Permalink
Remove flag redundant with env var
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Apr 2, 2024
1 parent b88fc75 commit 6f89a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
sudo sysctl -w vm.mmap_rnd_bits=28
sudo sysctl -w kernel.core_pattern="core.%e.%p"
ulimit -c unlimited
archery --debug docker run ${{ matrix.image }}
archery docker run ${{ matrix.image }}
- name: Docker Push
if: >-
success() &&
Expand Down

0 comments on commit 6f89a99

Please sign in to comment.