build: add CI (using Docker) #2

Merged
Future merged 57 commits from build/ci-docker into main 2024-03-26 18:18:35 +00:00
Showing only changes of commit f3a67a5140 - Show all commits

View File

@ -22,7 +22,7 @@ jobs:
- name: Test Docker
uses: addnab/docker-run-action@v3
with:
image: ubuntu:noble
image: gcc:13
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}