Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Oct 25, 2024
1 parent e2f13f7 commit 3cd0148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
toolchain_file=$(readlink -f TC-${{ matrix.build.target }}.cmake)
if [[ "${{ matrix.build.target }}" == "aarch64-unknown-linux-musl" ]]; then
export PATH=$PATH:$(readlink -f aarch64-linux-musl-cross)/bin
elif [[ "${{ matrix.build.target }}" == "x86_64-pc-windows-gnu"]]; then
export PATH=$PATH:C:/mingw64/bin
elif [[ "${{ matrix.build.target }}" == "x86_64-pc-windows-gnu" ]]; then
#export PATH=$PATH:C:/mingw64/bin
echo $PATH
fi
mkdir -p build && cd build
Expand Down

0 comments on commit 3cd0148

Please sign in to comment.