Skip to content

Commit

Permalink
fixup! Add CI release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Mar 16, 2024
1 parent 167cd4e commit 5a21611
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/support/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ inputs:

runs:
using: "composite"
env:
DSTEP_LLVM_VERSION: ${{ inputs.llvm }}
DSTEP_COMPILER: ${{ inputs.compiler }}
DSTEP_RELEASE_PLATFORM: ${{ inputs.release_platform }}
# env:
# DSTEP_LLVM_VERSION: ${{ inputs.llvm }}
# DSTEP_COMPILER: ${{ inputs.compiler }}
# DSTEP_RELEASE_PLATFORM: ${{ inputs.release_platform }}
steps:
- name: Download LLVM
if: runner.os != 'Windows'
Expand Down

0 comments on commit 5a21611

Please sign in to comment.