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