We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0adf7 commit ac6167fCopy full SHA for ac6167f
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,9 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
- - uses: alisw/alibuild-action@v1.4.2
+ with:
12
+ path: DebugGUI
13
+ - uses: alisw/alibuild-action@v1.4.3
14
with:
15
package: DebugGUI
16
extra_packages: "cmake python3-pip libyaml-cpp-dev"
@@ -18,7 +20,9 @@ jobs:
18
20
19
21
22
23
24
25
26
27
28
0 commit comments