test dist builds
This commit is contained in:
parent
56aebe7a62
commit
fa2901c4bb
@ -104,9 +104,8 @@ jobs:
|
||||
SSH_AUTH_SOCK: /tmp/ssh.sock
|
||||
ENVIRONMENT: dev
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
TZ: America/Los_Angeles
|
||||
volumes:
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "/etc/gitconfig:/etc/gitconfig:ro"
|
||||
- "/${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock"
|
||||
- "/opt/gitea/act_runner/.ssh/known_hosts:/root/.ssh/known_hosts"
|
||||
@ -115,7 +114,7 @@ jobs:
|
||||
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
||||
options: --cpus 4
|
||||
steps:
|
||||
- run: apt-get -y update
|
||||
- run: apt-get -y update && apt-get install -y tzdata
|
||||
- run: apt-get install -y nodejs git
|
||||
- uses: actions/checkout@v3
|
||||
- run: make build-deps
|
||||
|
Loading…
Reference in New Issue
Block a user