mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-13 13:20:36 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./.github/actions/env/action.yml
|
uses: ./.github/actions/env
|
||||||
|
|
||||||
- name: Run setup-aftman
|
- name: Run setup-aftman
|
||||||
uses: ok-nick/setup-aftman@main
|
uses: ok-nick/setup-aftman@main
|
||||||
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./.github/actions/env/action.yml
|
uses: ./.github/actions/env
|
||||||
|
|
||||||
- name: Run setup-aftman
|
- name: Run setup-aftman
|
||||||
uses: ok-nick/setup-aftman@main
|
uses: ok-nick/setup-aftman@main
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./.github/actions/env/action.yml
|
uses: ./.github/actions/env
|
||||||
|
|
||||||
- name: Run setup-aftman
|
- name: Run setup-aftman
|
||||||
uses: ok-nick/setup-aftman@main
|
uses: ok-nick/setup-aftman@main
|
||||||
|
|
Loading…
Reference in a new issue