Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrogario committed Dec 25, 2023
1 parent d61fa9d commit 32795c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/posix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: |
./.github/workflows/scripts/install_rust.sh
- name: Setup the command line build arguments
id: build_type
run: |
if [[ "${{ matrix.build_type }}" == "Release" ]]; then
echo "VALUE=--release" >> $GITHUB_OUTPUT
fi
- name: Setup the command line build arguments
id: build_type
run: |
if [[ "${{ matrix.build_type }}" == "Release" ]]; then
echo "VALUE=--release" >> $GITHUB_OUTPUT
fi
- name: Build the project
run: |
Expand Down

0 comments on commit 32795c9

Please sign in to comment.