Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Feb 11, 2024
1 parent ba1f46f commit 6d778d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
sudo apt-get install -y mingw-w64
- name: Compile dependencies
run: |
calf_pwd=\$PWD
calf_pwd=$PWD
cd /tmp
wget https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.bz2
tar xjf expat-2.5.0.tar.bz2
Expand All @@ -94,6 +94,7 @@ jobs:
cd fluidsynth-2.3.4
mkdir build
cd build
ls -la $calf_pwd/..
ls -la $calf_pwd
ls -la $calf_pwd/cmake/toolchains
export PKG_CONFIG_LIBDIR=/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig
Expand Down

0 comments on commit 6d778d9

Please sign in to comment.