Skip to content

Commit

Permalink
beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshinonyaruko committed Jan 21, 2024
1 parent 969841e commit a2989c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libsqlite3-dev
sudo apt-get install -y build-essential libc6-dev libsqlite3-dev
- name: Create output directory
run: mkdir -p output
Expand Down

0 comments on commit a2989c2

Please sign in to comment.