-
Sorry, I'm not familiar with GitHub Actions. The workflow: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You will need to also specify a |
Beta Was this translation helpful? Give feedback.
-
I'm seeing the same error. I have the following: - name: vcpkg build
uses: johnwason/vcpkg-action@v4
id: vcpkg
with:
manifest-dir: ${{ github.workspace }}
triplet: x86-windows-release
token: ${{ github.token }} and I get "Process completed with exit code 1." in the logs, but no other errors. I also tried:
with the same results |
Beta Was this translation helpful? Give feedback.
You will need to also specify a
triplet
option. See the examples in the readme.