Skip to content

Commit

Permalink
ensuring static syntax is good
Browse files Browse the repository at this point in the history
  • Loading branch information
CausticKirbyZ committed Oct 4, 2023
1 parent b47d21c commit ce32e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
- uses: actions/checkout@v2

- name: install dependancies for alpine
run: apk update && apk add bash gcc make cmake git sqlite sqlite-static sqlite-dev build-base
run: apk update && apk add bash gcc make cmake git sqlite sqlite-static sqlite-dev build-base

- name: Install shard dependencies
run: shards install
Expand Down

0 comments on commit ce32e53

Please sign in to comment.