Skip to content

Commit

Permalink
build: Resolve 'GLIBC_2.34 not found in snapcraft' issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Feb 4, 2024
1 parent d37fdc5 commit 805fd23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/snapcraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
path: build/package
id: snapcraft
- run: |
sudo apt-get update
sudo apt-get upgrade -y
sudo snap install --dangerous ${{ steps.snapcraft.outputs.snap }}
n3dr --version | grep "[0-9]\."
- uses: snapcore/[email protected]
Expand Down

0 comments on commit 805fd23

Please sign in to comment.