mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 20:45:33 +03:00
Pull request 2293: fix-snap-build
Squashed commit of the following: commit 44e617662007cf9dac5d11f67d8ea091564f6c2c Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Mon Oct 14 17:15:51 2024 +0300 all: fix typo commit ed26f49be92161fcd7e6ffd3cf2c12c560ad2ab7 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Mon Oct 14 17:14:05 2024 +0300 all: fix snap build commit 97d186d513c3ea600a8634cd5521b163bfd83394 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Mon Oct 14 16:47:11 2024 +0300 all: fix snap build
This commit is contained in:
parent
73ff401b0f
commit
5b45f6d508
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -95,7 +95,7 @@
|
|||
'key': "${{ runner.os }}-node-${{ hashFiles('client/package-lock.json') }}"
|
||||
'restore-keys': '${{ runner.os }}-node-'
|
||||
- 'name': 'Set up Snapcraft'
|
||||
'run': 'sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft'
|
||||
'run': 'sudo snap install snapcraft --classic'
|
||||
- 'name': 'Set up QEMU'
|
||||
'uses': 'docker/setup-qemu-action@v1'
|
||||
- 'name': 'Set up Docker Buildx'
|
||||
|
|
Loading…
Reference in a new issue