Skip to content

Commit

Permalink
Beta3 (#3)
Browse files Browse the repository at this point in the history
* beta1

* beta2

* beta3
  • Loading branch information
Hoshinonyaruko authored Jan 21, 2024
1 parent 43a38a2 commit fa72d47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
go-version: '1.21.1' # Set to specific Go version.

- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libsqlite3-dev
- name: Create output directory
run: mkdir -p output

Expand Down

0 comments on commit fa72d47

Please sign in to comment.