Skip to content

Update docker/setup-buildx-action action to v3 #109

Update docker/setup-buildx-action action to v3

Update docker/setup-buildx-action action to v3 #109

Workflow file for this run

name: C/C++ CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cache assets
uses: actions/cache@v3
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: tmp
key: ${{ runner.os }}-build-${{ hashFiles('Makefile') }}
restore-keys: |
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/checkout@v3
- name: test
run: make test_on_docker
env:
DIST: github