Skip to content

Commit

Permalink
Debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Dec 3, 2023
1 parent 8eff99a commit 173ca49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: python3 ./.github/workflows/install.py
- run: python3 .github/workflows/install.py
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
Expand All @@ -69,7 +69,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: python3 ./.github/workflows/install.py
- uses: actions-rs/cargo@v1
with:
command: doc
Expand Down

0 comments on commit 173ca49

Please sign in to comment.