Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong tag in the example #185

Open
sjmikler opened this issue May 7, 2024 · 0 comments
Open

Wrong tag in the example #185

sjmikler opened this issue May 7, 2024 · 0 comments

Comments

@sjmikler
Copy link

sjmikler commented May 7, 2024

Your example doesn't work for me:

- name: Setup GStreamer
  id:   setup_gstreamer
  uses: blinemedical/[email protected]
  with:
    version: '1.19.90'
    arch: 'x86'
- run: |
    echo $env:GSTREAMER_1_0_ROOT_MSVC_X86

The available tags are: v1, v1.0.0, etc.

So I had to change

  uses: blinemedical/[email protected]

to

  uses: blinemedical/[email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant