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 d918b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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/action-publish@v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion build/package/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: n3dr
base: core20
version: 7.4.0
version: 7.4.0-rc.2
summary: Nexus3 Disaster Recovery
description: |
Download all artifacts at once or migrate automatically from Nexus to Nexus.
Expand Down

0 comments on commit d918b72

Please sign in to comment.