Skip to content

Commit

Permalink
workflows used >-
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 10, 2024
1 parent e077f83 commit 063ed5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,8 @@ jobs:
ccache --show-stats --verbose
- name: HelloWorld execute (SQLite) 🏁
working-directory: ../HelloWorld-FetchContent-Install/${{ matrix.build-type.name }}/bin
working-directory: >-
../HelloWorld-FetchContent-Install/${{ matrix.build-type.name }}/bin
run: |
# This is enough for us to distinguish between Ubuntu, Fedora, or Gentoo
[ -r /etc/debian_version ] && libFolder='lib' || libFolder='lib64'
Expand Down

0 comments on commit 063ed5b

Please sign in to comment.