Skip to content

Commit

Permalink
Extra <
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmopetrich authored Nov 3, 2024
1 parent dc98612 commit 59ed60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Check installed-versions
shell: bash
run: |
INSTALLED_VERSIONS="$(xargs << test-output/vcpkg-installed-packages.txt)"
INSTALLED_VERSIONS="$(cat test-output/vcpkg-installed-packages.txt | xargs < test-output/vcpkg-installed-packages.txt)"
EXPECTED_VERSIONS='boost-assert 1.86.0 boost-cmake 1.86.0 boost-config 1.86.0 boost-headers 1.86.0 boost-uninstall 1.86.0'
echo "installed-versions: ${INSTALLED_VERSIONS}"
echo "(expecting ${EXPECTED_VERSIONS})"
Expand Down

0 comments on commit 59ed60c

Please sign in to comment.