mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
fix path again
This commit is contained in:
parent
895db6896d
commit
cab3b3d1ca
1 changed files with 3 additions and 3 deletions
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/env/action.yml
|
||||
uses: ./.github/actions/env
|
||||
|
||||
- name: Run setup-aftman
|
||||
uses: ok-nick/setup-aftman@main
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/env/action.yml
|
||||
uses: ./.github/actions/env
|
||||
|
||||
- name: Run setup-aftman
|
||||
uses: ok-nick/setup-aftman@main
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/env/action.yml
|
||||
uses: ./.github/actions/env
|
||||
|
||||
- name: Run setup-aftman
|
||||
uses: ok-nick/setup-aftman@main
|
||||
|
|
Loading…
Reference in a new issue