We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780e177 commit bac21b0Copy full SHA for bac21b0
1 file changed
.github/workflows/ci.yml
@@ -13,5 +13,4 @@ jobs:
13
run: docker pull kbuffardi/cpp-container:latest
14
- name: Test in container
15
run: |
16
- chmod +x test_runner.sh
17
- docker run --platform linux/arm64 -v $(pwd):/usr/src -t kbuffardi/cpp-container
+ docker run -v $(pwd):/usr/src -t kbuffardi/cpp-container
0 commit comments