Skip to content

Commit

Permalink
Update cmake_ninja_crossbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liaralabs authored Nov 15, 2024
1 parent 7dd4072 commit 31a2b78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cmake_ninja_crossbuild.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: cmake ninja crossbuild package release
on:
workflow_dispatch:
inputs:
skip_rerun:
description: "Skip rerun?"
required: true
default: true
type: boolean
retries:
description: "Number of rerun retries"
required: true
default: "1"
type: choice
options: ["1", "2", "3", "4", "5", "6", "7", "8", "9"]

jobs:
build:
Expand Down

0 comments on commit 31a2b78

Please sign in to comment.