Skip to content

Commit

Permalink
Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Jul 26, 2023
1 parent 7119544 commit 583fc54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
name: Build JS assets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Get pnpm store directory
id: pnpm-cache
run: |
Expand Down Expand Up @@ -69,15 +71,14 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0 libayatana-appindicator3-dev
- uses: actions/checkout@v2
# Needs to match with build_js cache step
- name: Restore Cached Packages
uses: actions/cache@v2
with:
path: ./browser/node_modules
key: ${{ runner.os }}-js-deps-${{ hashFiles('**/pnpm-lock.yaml') }}

- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 583fc54

Please sign in to comment.