Skip to content

Update actions/checkout digest to 44c2b7a #70

Update actions/checkout digest to 44c2b7a

Update actions/checkout digest to 44c2b7a #70

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- name: Run Make
run: "VERSION=${{ env.ver_num }} make"