Skip to content

Commit

Permalink
Previous update was overwriting the earlier updae.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 29, 2023
1 parent 486a561 commit 5e9c9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- run: ./run.sh
- run: find "/usr/local/share/pkgconfig"
- run: echo "export PKG_CONFIG_PATH=/usr/local/share/pkgconfig" > ~/.bash_profile
- run: echo "export LD_LIBRARY_PATH=/usr/local/lib" > ~/.bash_profile
- run: echo "export LD_LIBRARY_PATH=/usr/local/lib" >> ~/.bash_profile
- run: cd tests && make && ./tests

0 comments on commit 5e9c9d4

Please sign in to comment.