Skip to content

Commit

Permalink
5.0 (#31)
Browse files Browse the repository at this point in the history
* Update to 5.0
  • Loading branch information
sol-vin authored Feb 16, 2024
1 parent 9a0bea3 commit 8865d96
Show file tree
Hide file tree
Showing 15 changed files with 10,989 additions and 11,764 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- name: Install Crystal
uses: oprypin/install-crystal@v1
- name: Install Crystal libs
run: shards Install
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 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
57 changes: 0 additions & 57 deletions rsrc/build-examples/build.ps1

This file was deleted.

Loading

0 comments on commit 8865d96

Please sign in to comment.