Skip to content

Commit

Permalink
add ./.github to action
Browse files Browse the repository at this point in the history
  • Loading branch information
swang22 committed Feb 2, 2024
1 parent 8714d2c commit 7fb32c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: ./.github/julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
- uses: ./.github/julia-actions/setup-julia@latest
with:
version: '1.6'
- name: Install dependencies
Expand Down

0 comments on commit 7fb32c4

Please sign in to comment.