Compare commits

..

1 Commits

Author SHA1 Message Date
b6ecb8d682 feat: initial commit
Some checks failed
Build / build (pull_request) Failing after 5s
- add Makefile
- add gitea workflows
- add Dockerfile
- pass through trusted ca certificates
2024-09-08 01:08:49 +10:00
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,8 @@ jobs:
- name: Set up environment
run: |
apk add --no-cache make bash git nodejs
cp /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
update-ca-certificates
- name: Checkout code
uses: actions/checkout@v3

View File

@ -20,6 +20,8 @@ jobs:
- name: Set up environment
run: |
apk add --no-cache make bash git nodejs
cp /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
update-ca-certificates
- name: Checkout code
uses: actions/checkout@v3