Skip to content

Commit

Permalink
Try github.workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Oct 23, 2023
1 parent 561cd31 commit ad810f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:

- name: Specify Path to Shared Libraries
run: |
echo "$(pwd)/sfml/install/bin" >> $GITHUB_PATH
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/sfml/install/lib" >> $GITHUB_ENV
echo "${{github.workspace}}/sfml/install/bin" >> $GITHUB_PATH
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/sfml/install/lib" >> $GITHUB_ENV
- name: Checkout ImGui-SFML
uses: actions/checkout@v3
Expand Down

0 comments on commit ad810f9

Please sign in to comment.