Skip to content

Update dependency curl/curl to v8_17_0 (#121) #348

Update dependency curl/curl to v8_17_0 (#121)

Update dependency curl/curl to v8_17_0 (#121) #348

Workflow file for this run

name: C/C++ CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Cache assets
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
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 }}-
- name: test
run: make test_on_docker
env:
DIST: github