Try login
Some checks failed
on-push / build-and-test (push) Failing after 4s

This commit is contained in:
RYAN 2024-09-02 09:47:27 +02:00
parent 1c99bba63f
commit 06daa67825
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -8,6 +8,11 @@ jobs:
volumes:
- /build
steps:
- name: Login
run: |
echo machine code.helloryan.se >> ~/.netrc
echo login $GITHUB_ACTOR >> ~/.netrc
echo password $GITEA_TOKEN >> ~/.netrc
- name: Initialize (bpkg)
run: bpkg create -d /build cc config.cxx=g++ config.cc.coptions="-Wall -Werror"
- name: Build (bpkg)