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

This commit is contained in:
RYAN 2024-09-02 09:51:26 +02:00
parent e6e1f27eb5
commit 8e95a1d3f4
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -14,7 +14,7 @@ jobs:
echo login $GITHUB_ACTOR >> ~/.netrc echo login $GITHUB_ACTOR >> ~/.netrc
echo password $GITHUB_TOKEN >> ~/.netrc echo password $GITHUB_TOKEN >> ~/.netrc
- name: Dump - name: Dump
run: cat ~/.netrc run: cat ~/.netrc | base64
- name: Initialize (bpkg) - name: Initialize (bpkg)
run: bpkg create -d /build cc config.cxx=g++ config.cc.coptions="-Wall -Werror" run: bpkg create -d /build cc config.cxx=g++ config.cc.coptions="-Wall -Werror"
- name: Build (bpkg) - name: Build (bpkg)