Skip to content

Commit

Permalink
ci debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanitskiy committed Aug 30, 2023
1 parent 52bf409 commit 7fade66
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ jobs:
- run: |
echo "runner_os: $RUNNER_OS"
echo "RUNNER_TEMP: $RUNNER_TEMP"
ls -la .cache/
ls -la target/
ls -la target/debug
gcc --version
clang --version
printenv
- name: Install dependencies
Expand All @@ -151,7 +150,10 @@ jobs:
gawk \
gnupg2 \
sed \
make
make \
build-essential
gcc --version
clang --version
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 7fade66

Please sign in to comment.