Skip to content

Commit

Permalink
the year is 2067, only one type remains: string
Browse files Browse the repository at this point in the history
  • Loading branch information
Razish committed Oct 13, 2023
1 parent 8a78c9b commit 432c658
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 @@ -70,7 +70,7 @@ jobs:
working-directory: ${{ github.workspace }}
shell: pwsh
run: |
if ( ${{ matrix.arch }} -eq "x86" ) {
if ( "${{ matrix.arch }}" -eq "x86" ) {
$env:TARGET_ARCH="x86"
}
$env:PATH="${{ github.workspace }}\.lua\lib;$env:PATH"
Expand Down

0 comments on commit 432c658

Please sign in to comment.