Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 29, 2023
1 parent 9a53f39 commit 5693bbb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/macos_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Compile on macos
on:
workflow_dispatch:
inputs:
connect-type:
required: true
type: string
debug-flag:
required: false
default: true
type: boolean

jobs:
Expand All @@ -32,4 +30,4 @@ jobs:
echo "debug_flag_filename=debug-" >> $GITHUB_ENV
- name: Compile
run: make all -j 6 CONNECT_TYPE=${{ inputs.connect-type }} ${{ env.debug_flag_compile }}
run: make all -j 6 CONNECT_TYPE=${{ FULLSPEC }} ${{ env.debug_flag_compile }}

0 comments on commit 5693bbb

Please sign in to comment.