Skip to content

Commit 6f89a99

Browse files
committed
Remove flag redundant with env var
1 parent b88fc75 commit 6f89a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
sudo sysctl -w vm.mmap_rnd_bits=28
155155
sudo sysctl -w kernel.core_pattern="core.%e.%p"
156156
ulimit -c unlimited
157-
archery --debug docker run ${{ matrix.image }}
157+
archery docker run ${{ matrix.image }}
158158
- name: Docker Push
159159
if: >-
160160
success() &&

0 commit comments

Comments
 (0)