Fix debug step order

This commit is contained in:
Sascha Mann
2020-07-07 13:51:16 +02:00
committed by GitHub
parent 9935e37e60
commit e8b6657769

View File

@@ -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