Skip to content

Commit

Permalink
Beta6 (#6)
Browse files Browse the repository at this point in the history
* beta1

* beta2

* beta3

* beta4

* beta5

* beta6
  • Loading branch information
Hoshinonyaruko authored Jan 21, 2024
1 parent 9530939 commit a11aa0e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential libc6-dev libsqlite3-dev
- name: Install build dependencies (Windows)
if: matrix.os == 'windows'
run: |
choco install mingw
echo "CGO_ENABLED=1" >> $GITHUB_ENV
echo "CC=gcc" >> $GITHUB_ENV
echo "CXX=g++" >> $GITHUB_ENV
- name: Install build dependencies (Windows)
if: matrix.os == 'windows'
run: |
choco install mingw
echo "CGO_ENABLED=1" >> $GITHUB_ENV
echo "CC=gcc" >> $GITHUB_ENV
echo "CXX=g++" >> $GITHUB_ENV
- name: Create output directory
run: mkdir -p output
Expand Down

0 comments on commit a11aa0e

Please sign in to comment.