Skip to content

WIP

WIP #2

Workflow file for this run

name: LibreSSL
on:
push: {}
concurrency:
group: libressl-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
libressl:
name: LibreSSL
runs-on: ubuntu-22.04
steps:
- name: Checkout HEAD
uses: actions/checkout@v3
- name: Restore/backup ccache
uses: actions/cache@v3
with:
path: ccache
key: ccache/libressl
- name: Build
run: sudo .github/workflows/libressl.bash