Skip to content

Commit

Permalink
ci: add source
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Oct 18, 2024
1 parent c649d73 commit 18b6e89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/scheduled_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
target/
key: ${{ matrix.profile }}-cargo-test
- name: Install dependencies
run: sudo apt update && sudo apt install -y yarn
run: |
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install -y yarn
- name: Setup Node and cache
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 18b6e89

Please sign in to comment.