Skip to content

Commit

Permalink
Update ubuntu-release-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-vin authored Feb 16, 2024
1 parent 8865d96 commit 2dacd23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu-release-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: oprypin/install-crystal@v1
- name: Install Crystal libs
run: shards install
- name: sudo apt-get update
run: sudo apt-get update
- name: run install script
run: sh ./rsrc/native/ubuntu/install.sh
- name: build examples
Expand All @@ -25,4 +27,4 @@ jobs:
allowUpdates: true
prerelease: true
tag: "latest"
artifacts: "ubuntu-examples.zip"
artifacts: "ubuntu-examples.zip"

0 comments on commit 2dacd23

Please sign in to comment.