Skip to content

Commit ac6167f

Browse files
authored
Update ci.yml
1 parent fc0adf7 commit ac6167f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: alisw/alibuild-action@v1.4.2
11+
with:
12+
path: DebugGUI
13+
- uses: alisw/alibuild-action@v1.4.3
1214
with:
1315
package: DebugGUI
1416
extra_packages: "cmake python3-pip libyaml-cpp-dev"
@@ -18,7 +20,9 @@ jobs:
1820

1921
steps:
2022
- uses: actions/checkout@v2
21-
- uses: alisw/alibuild-action@v1.4.2
23+
with:
24+
path: DebugGUI
25+
- uses: alisw/alibuild-action@v1.4.3
2226
with:
2327
package: DebugGUI
2428
extra_packages: "cmake python3-pip libyaml-cpp-dev"

0 commit comments

Comments
 (0)