You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have trying to run the following workflow with act:
name: ci2
run-name: PR Check run by ${{ github.actor }}
on:
workflow_dispatch: # allow manual runs
jobs:
linux-clang:
# runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: get vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: '9f03078bdcbab3ad8c1e3927c40c3fb48e42501f'
# This is the default location of the directory containing vcpkg sources.
# Change it to the right location if needed.
# vcpkgDirectory: '${{ github.workspace }}/vcpkg'
When I run it on ubuntu-22.04 it succeeds. however if I use the act latest and full image it fails:
@eladm-ultrawis fixed in run-vcpkg@v11 (where v11 is the branch which is always update to last release ) or [email protected] to pin your workflow to this release (where v11.3 is a tag).
I have trying to run the following workflow with act:
When I run it on ubuntu-22.04 it succeeds. however if I use the act latest and full image it fails:
output:
here is a link to the issue on the act repo:
nektos/act#2086
The text was updated successfully, but these errors were encountered: