Skip to content

Commit

Permalink
<fix> publish workflow not found gnu toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
BppleMan committed Jan 8, 2025
1 parent 567c481 commit e8679f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/kommand publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Set up cross-compiler
run: just prepare

- name: Check gnu toolchain
run: just check

- name: Build kommand-core
run: just all
working-directory: kommand-core
Expand Down
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ prepare:
brew tap messense/macos-cross-toolchains
brew install x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu

check:
brew --prefix mingw-w64
brew --prefix x86_64-unknown-linux-gnu
brew --prefix aarch64-unknown-linux-gnu
where x86_64-unknown-linux-gnu-gcc
where aarch64-unknown-linux-gnu-gcc
echo $PATH

clean:
./gradlew clean

Expand Down

0 comments on commit e8679f8

Please sign in to comment.