mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 02: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:
|
||||
- uses: actions/checkout@v1.0.0
|
||||
|
||||
- name: "Debugging info"
|
||||
run: curl ifconfig.me
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: |
|
||||
npm install
|
||||
@@ -34,6 +37,3 @@ jobs:
|
||||
version: nightly
|
||||
arch: ${{ matrix.julia-arch }}
|
||||
- run: julia --version
|
||||
|
||||
- name: "Debugging info"
|
||||
run: curl ifconfig.me
|
||||
|
||||
Reference in New Issue
Block a user