Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Oct 7, 2023
1 parent 7f3e33c commit 5bfc9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
run: rustup override set ${{steps.toolchain.outputs.name}}

- name: Install musl-tools
if: ${{ matrix.platform.os == 'ubuntu-latest' }}
run: sudo apt install musl-tools
if: startsWith(matrix.os, 'ubuntu')

- name: Set exe extension for Windows
run: echo "EXE=.exe" >> $env:GITHUB_ENV
Expand Down

0 comments on commit 5bfc9a1

Please sign in to comment.