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