We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cd00e commit 5118270Copy full SHA for 5118270
.github/workflows/main.yml
@@ -10,3 +10,6 @@ jobs:
10
11
- name: build in docker
12
run: .github/run.sh
13
+
14
+ - name: build outside docker
15
+ run: .github/run-in-container.sh
0 commit comments