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

Why julia-actions/add-julia-registry@v1 comes before julia-actions/setup-julia@v1 action in readme example? #6

Closed
sairus7 opened this issue Jun 8, 2022 · 1 comment

Comments

@sairus7
Copy link

sairus7 commented Jun 8, 2022

Shouldn't julia-actions/setup-julia@v1 always be the first julia-related action?

Code from readme.md:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: julia-actions/add-julia-registry@v1 
        with:
          key: ${{ secrets.SSH_KEY }}
          registry: MyOrg/MyRegistry
      - uses: julia-actions/setup-julia@v1
        with:
          version: 1
      - uses: julia-actions/julia-runtest@v1
@christopher-dG
Copy link
Member

The order doesn't matter, Julia needn't be installed to run this action.

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

2 participants