Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Apr 25, 2024
1 parent 1735ba8 commit 47f3b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pre-commit
curl -sSf 'https://sh.rustup.rs' | sh
sudo apt install -y gcc pkg-config libc6-dev libssl-dev
curl -sSf 'https://sh.rustup.rs' | sh -s -- -y
sudo apt install gcc pkg-config libc6-dev libssl-dev
cargo install lychee
- name: set PY
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
Expand Down

0 comments on commit 47f3b53

Please sign in to comment.