Skip to content

Commit

Permalink
Fix ubuntu build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-vin committed Feb 16, 2024
1 parent c29856e commit 5e2a535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install Crystal
uses: oprypin/install-crystal@v1
- name: Install Crystal libs
run: shards Install
run: shards install
- name: run install script
run: sh ./rsrc/native/ubuntu/install.sh
- name: build examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-release-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Crystal
uses: oprypin/install-crystal@v1
- name: Install Crystal libs
run: shards Install
run: shards install
- name: run install script
run: sh ./rsrc/native/ubuntu/install.sh
- name: build examples
Expand Down

0 comments on commit 5e2a535

Please sign in to comment.