Skip to content

Commit

Permalink
[ci] Fix Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MksmOrlov committed Nov 21, 2023
1 parent 8083f13 commit 458da4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies (Ubuntu)
if: startswith(matrix.os, 'ubuntu')
run: cd ostis-web-platform/scripts && scripts/install_sc_machine_dependencies.sh --dev -cm
run: cd ostis-web-platform/scripts && ./install_sc_machine_dependencies.sh --dev -cm

- name: Build all
run: cd ostis-web-platform/sc-machine/scripts && ./build_sc_machine.sh -cm && ./build_kb.sh
Expand Down

0 comments on commit 458da4a

Please sign in to comment.