Skip to content

Commit 6087892

Browse files
author
Chris Cummins
authored
Merge pull request #421 from ChrisCummins/gcc-no-docker
[ci] Fix Linux test action for running GCC tests without docker.
2 parents a208c16 + 0a9e341 commit 6087892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ jobs:
260260
run: |
261261
docker ps -q | xargs --no-run-if-empty sudo docker kill
262262
sudo systemctl stop docker
263+
sudo apt-get remove -y docker docker-engine docker.io containerd runc
263264
264265
- name: Set up Python
265266
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)