Skip to content

Commit

Permalink
Adjust Linux build condition to account for array element.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jan 25, 2024
1 parent 7dc5692 commit 883dea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
publish-artifacts: ${{ inputs.publish-artifacts }}

- name: Build Linux
if: ${{ contains(matrix.config.os, 'ubuntu') }}
if: ${{ contains(matrix.config.os, 'ubuntu-23.10') }}
uses: ./github/actions/build/with-selfhost
with:
build-type: ${{ matrix.build-type }}
Expand Down

0 comments on commit 883dea2

Please sign in to comment.