Skip to content

Commit

Permalink
WIP7
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Jan 28, 2024
1 parent 436c0d1 commit 47a8f51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
- name: Install dependencies
run: |
apt update --yes
apt install --yes node
apt install --yes git
- name: Install yarn
run: |
npm install -g yarn
yarn install --ignore-engines --frozen-lockfile
Expand Down

0 comments on commit 47a8f51

Please sign in to comment.