mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 11:06:53 +08:00
Include debug info in CI builds (#19)
This commit is contained in:
3
.github/workflows/example-builds-nightly.yml
vendored
3
.github/workflows/example-builds-nightly.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
||||
- name: "Install dependencies"
|
||||
run: npm install --production
|
||||
|
||||
- name: Debug information
|
||||
run: curl https://ipinfo.io/ip
|
||||
|
||||
- name: "Set up Julia (nightly)"
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
3
.github/workflows/example-builds.yml
vendored
3
.github/workflows/example-builds.yml
vendored
@@ -22,6 +22,9 @@ jobs:
|
||||
- name: "Install dependencies"
|
||||
run: npm install --production
|
||||
|
||||
- name: Debug information
|
||||
run: curl https://ipinfo.io/ip
|
||||
|
||||
- name: "Set up Julia"
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user