Skip to content

Commit

Permalink
github actions attempt 2
Browse files Browse the repository at this point in the history
Signed-off-by: x-t <[email protected]>
  • Loading branch information
x-t committed Jul 11, 2024
1 parent 32f9cee commit 2fb9539
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
with:
node-version: '22.x'

- name: Download dependencies
run: |
sudo apt-get install -y libsqlite3-dev libcjson-dev libvips-dev clang make
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libsqlite3-dev libcjson-dev libvips-dev clang make
version: 1.0

- name: Compile Rhodonite
run: |
Expand Down

0 comments on commit 2fb9539

Please sign in to comment.