Skip to content

Commit 89cdd5e

Browse files
committed
updated snap packaging to pass pack & change stage-package
1 parent 79c9032 commit 89cdd5e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-snap.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,15 @@ jobs:
6363
- build-essential
6464
- python3-dev
6565
stage-packages:
66-
- libgl1-mesa-glx
66+
- libgl1
6767
EOF
6868
echo "snapcraft.yaml generated successfully."
6969
7070
- name: Build Snap Package
7171
uses: snapcore/action-build@v1
7272
id: snapcraft
73+
with:
74+
command: pack
7375

7476
- name: Determine Track and Release Status
7577
id: check_type

0 commit comments

Comments
 (0)