mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-18 05:56:54 +08:00
Fix debug step order
This commit is contained in:
6
.github/workflows/example-builds-nightly.yml
vendored
6
.github/workflows/example-builds-nightly.yml
vendored
@@ -22,6 +22,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1.0.0
|
- uses: actions/checkout@v1.0.0
|
||||||
|
|
||||||
|
- name: "Debugging info"
|
||||||
|
run: curl ifconfig.me
|
||||||
|
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
@@ -34,6 +37,3 @@ jobs:
|
|||||||
version: nightly
|
version: nightly
|
||||||
arch: ${{ matrix.julia-arch }}
|
arch: ${{ matrix.julia-arch }}
|
||||||
- run: julia --version
|
- run: julia --version
|
||||||
|
|
||||||
- name: "Debugging info"
|
|
||||||
run: curl ifconfig.me
|
|
||||||
|
|||||||
Reference in New Issue
Block a user