mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 19:31:21 +01:00
fix file
This commit is contained in:
parent
81adbe17ca
commit
09def4a0b5
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -y libpam-dev
|
- sudo apt-get install -y libpam-dev
|
||||||
|
|
||||||
script: go build -v -tags "pam"
|
script:
|
||||||
|
- go get github.com/msteinert/pam
|
||||||
|
- go build -v -tags "pam"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in a new issue