We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2155044 commit f99476eCopy full SHA for f99476e
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Install toolchain
21
run: |
22
- sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y make git xz-utils
+ sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y make git xz-utils libpam0g-dev
23
# per README.md, building needs Go 1.19 and Node LTS
24
- uses: actions/setup-go@v3
25
with:
@@ -35,7 +35,7 @@ jobs:
35
#
36
# Instead, just do native Linux compilation then pretend we did 'make release'.
37
38
- TAGS="bindata sqlite sqlite_unlock_notify" make build
+ TAGS="bindata sqlite sqlite_unlock_notify pam" make build
39
mkdir -p dist/release
40
cp -p gitea dist/release/gitea-$(git describe --tags --always)-linux-amd64
41
0 commit comments