Skip to content
Snippets Groups Projects
Unverified Commit 790ab85c authored by April John's avatar April John Committed by GitHub
Browse files

Checkout submodules

parent eff2e557
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4.1.0
with:
lfs: true
submodules: 'recursive'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
......@@ -41,7 +44,7 @@ jobs:
- name: Cache APT Packages
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
with:
packages: "build-essential uuid-dev libx11-dev libxkbfile-dev execstack libgconf-2-4 libsecret-1-dev"
packages: "build-essential ffmpeg tini curl libjemalloc-dev libjemalloc2 uuid-dev libx11-dev libxkbfile-dev execstack libgconf-2-4 libsecret-1-dev"
- name: Cache node modules
uses: actions/cache@v3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment