We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c5f76 commit b156696Copy full SHA for b156696
1 file changed
.github/workflows/codeql-analysis.yml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: Checkout repository
29
uses: actions/checkout@v2
30
+ - name: Checkout portaudio submodule
31
+ run: git submodule update --init -- libs/portaudio
32
33
- name: Install Qt on Linux
34
run: |
0 commit comments