Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasename committed Oct 6, 2023
1 parent 7766e88 commit 9a63a0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Set up config files
run: cp config/config.example.toml config/config.toml

- name: Download the build folder
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 9a63a0f

Please sign in to comment.