mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 06:03:08 +02:00
Checkout submodules
This commit is contained in:
parent
eff2e5574b
commit
790ab85c06
1 changed files with 4 additions and 1 deletions
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue