We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c9032 commit 89cdd5eCopy full SHA for 89cdd5e
1 file changed
.github/workflows/build-snap.yml
@@ -63,13 +63,15 @@ jobs:
63
- build-essential
64
- python3-dev
65
stage-packages:
66
- - libgl1-mesa-glx
+ - libgl1
67
EOF
68
echo "snapcraft.yaml generated successfully."
69
70
- name: Build Snap Package
71
uses: snapcore/action-build@v1
72
id: snapcraft
73
+ with:
74
+ command: pack
75
76
- name: Determine Track and Release Status
77
id: check_type
0 commit comments