Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sysrex committed Feb 5, 2025
1 parent d1728e6 commit 9637683
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
node-version: '18'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

- name: Setup yarn
run: |
npm -g install yarn
- name: Install go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 9637683

Please sign in to comment.