Skip to content

Update actions/checkout digest to a5ac7e5 #75

Update actions/checkout digest to a5ac7e5

Update actions/checkout digest to a5ac7e5 #75

Workflow file for this run

name: Build Only
on:
workflow_dispatch: {}
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
env:
ver_num: "1.0.${{ github.run_number }}"
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Run Make
run: "VERSION=${{ env.ver_num }} make"