Skip to content

Commit

Permalink
ci: Set all build params as required
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Nov 19, 2022
1 parent 4934af2 commit fb6bb54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ on:
required: true
create_release:
default: false
required: true
geckodriver_tag_value:
required: true
rust_version:
default: 1.65.0
required: true
cross_version:
default: v0.2.4
required: true
compilation_target:
default: arm-unknown-linux-gnueabihf
required: true
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fb6bb54

Please sign in to comment.