Include debug info in CI builds (#19)

This commit is contained in:
Sascha Mann
2019-12-05 20:21:48 +01:00
committed by GitHub
parent 2efcc69643
commit 6a79c57a32
2 changed files with 6 additions and 0 deletions

View File

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