We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c8430 commit b1ccf08Copy full SHA for b1ccf08
.github/workflows/compile.yml
@@ -12,6 +12,8 @@ jobs:
12
additional-sketch-paths: |
13
- examples
14
steps:
15
+ - name: Ensure Bash Shell
16
+ run: sudo ln -sf /bin/bash /bin/sh
17
- name: Checkout
18
uses: actions/checkout@v3
19
- name: Compile examples
0 commit comments