Skip to content

Commit

Permalink
modified GitHub workflow to add symlink to data directory
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <[email protected]>
  • Loading branch information
klaeufer committed Nov 1, 2023
1 parent 4fa59ab commit 8d54719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
# At the moment, these are all standalone programs
working-directory: ${{github.workspace}}/build
run: >
ln -s ../data
for exe in bin/*; do
echo "Running ./$exe"
"./$exe"
Expand Down

0 comments on commit 8d54719

Please sign in to comment.