Skip to content

Commit

Permalink
Add debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Aug 29, 2024
1 parent e5d4e08 commit 14dc1cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ocaml_version: ["4.14"]
os: ["hetzner-1"]
steps:
- name: Checkout PR
- name: Checkout repository
uses: actions/checkout@v4.1.1

- name: Use shared Rust toolchain setting up steps
Expand Down
19 changes: 16 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
rust_toolchain_version: ["1.72"]
steps:
- name: Checkout PR
- name: Checkout repository
uses: actions/checkout@v4.1.1

- name: Use shared Rust toolchain setting up steps
Expand All @@ -42,7 +42,7 @@ jobs:
matrix:
rust_toolchain_version: ["nightly"]
steps:
- name: Checkout PR
- name: Checkout repository
uses: actions/checkout@v4.1.1

- name: Use shared Rust toolchain setting up steps
Expand All @@ -68,7 +68,7 @@ jobs:
ocaml_version: ["4.14"]
os: ["ubuntu-latest"]
steps:
- name: Checkout PR
- name: Checkout repo
uses: actions/checkout@v4.1.1

- name: Use shared Rust toolchain setting up steps
Expand All @@ -86,6 +86,19 @@ jobs:
# FIXME: 0.39.0 makes the CI fail
npm install -g markdownlint-cli@0.38.0
# TODO: Remove debug logging
- name: Echo tollchain version and environment
run: |
echo rustc --version
echo ""
echo $GITHUB_PATH
echo ""
echo $PATH
echo ""
echo $CARGO_HOME
echo ""
env
#
# Doc & Spec
#
Expand Down

0 comments on commit 14dc1cf

Please sign in to comment.