Skip to content

Bump actions/checkout from 4.0.0 to 4.1.1 #108

Bump actions/checkout from 4.0.0 to 4.1.1

Bump actions/checkout from 4.0.0 to 4.1.1 #108

Workflow file for this run

name: Linux x64
on:
pull_request:
branches:
- develop
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
submodules: recursive
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.20.x'
- name: Use cmake
run: cmake --version
- name: install build dependencies
run: sh install-dependencies.sh
- name: install libressl
run: sh build-libressl.sh
- name: build
run: sh build.sh