Skip to content

Commit

Permalink
Beta7 (#7)
Browse files Browse the repository at this point in the history
* beta1

* beta2

* beta3

* beta4

* beta5

* beta6

* beta7
  • Loading branch information
Hoshinonyaruko authored Jan 21, 2024
1 parent a11aa0e commit 5dadcb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
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
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 5dadcb9

Please sign in to comment.