Всегда свежая версия
Some checks failed
Build toolchain image / Builder (push) Has been cancelled

This commit is contained in:
2025-03-30 02:24:10 +03:00
parent d6ca5ab725
commit 8859944aa2

View File

@@ -17,6 +17,7 @@ jobs:
dnf5 config-manager addrepo --from-repofile
https://download.docker.com/linux/fedora/docker-ce.repo
- run: dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- run: docker pull fedora:41
- run: dnf -y install git
- run: git config --global url."https://${ACTIONS_RUNTIME_TOKEN}:x-oauth-basic@codex.r10x.net/".insteadOf "${GITHUB_SERVER_URL}"
- run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD}