Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed May 15, 2024
1 parent 371e223 commit ffbc814
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ jobs:
mkdir ~/.cargo
cargo install --root "$HOME/.cargo" just
printf "\nexport PATH=\"$HOME/.cargo/bin:\$PATH\"\n" >> ~/.bashrc
cat ~/.bashrc
~/.cargo/bin/just --version
- name: Build gui
shell: msys2 {0}
run: |
export PATH="$HOME/.cargo/bin:$PATH"
echo $PATH
ls ~/.cargo/bin
just --version
./packaging/windows/build.sh
Expand Down

0 comments on commit ffbc814

Please sign in to comment.