Skip to content

fix: non-null corotine #6

fix: non-null corotine

fix: non-null corotine #6

Workflow file for this run

name: GCC
on:
push:
branches:
- master
jobs:
build:
runs-on:
ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
- uses: lukka/get-cmake@latest
- uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
runVcpkgInstall: true
vcpkgJsonGlob: vcpkg.json
- uses: threeal/cmake-action@main
with:
generator: Unix Makefiles
c-compiler: gcc
cxx-compiler: g++
options: CMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake