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 8d54719 commit d55389c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ 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"
done
- ln -s ../data
- for exe in bin/*; do
echo "Running ./$exe"
"./$exe"
done

0 comments on commit d55389c

Please sign in to comment.