GiteaCI #1

Merged
rboullard merged 21 commits from GiteaCI into Development 2026-01-25 23:10:00 +00:00
Showing only changes of commit b3cbb20946 - Show all commits

View File

@@ -7,7 +7,6 @@ on:
workflow_dispatch:
env:
BRANCH_NAME: ${{ github.ref_name }}
CCACHE_BASEDIR: ${{ github.workspace }}
jobs:
@@ -15,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 120
container:
image: git.romainboullard.com/bigfootdev/linuxcppbuilder:${{ env.BRANCH_NAME }}
image: git.romainboullard.com/bigfootdev/linuxcppbuilder:${{ github.ref_name }}
defaults:
run:
shell: bash