Skip to content

Commit

Permalink
Use msys to install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Aug 16, 2024
1 parent 8301eb8 commit 0a2d057
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ jobs:
- name: Setup curl for Ubuntu
if: inputs.os == 'ubuntu'
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
- name: Setup curl for Windows
if: inputs.os == 'windows'
uses: msys2/setup-msys2@v2
run: pacman -S mingw-w64-x86_64-curl
- name: Run Bazel
run: ${{ inputs.run }}
- name: Start SSH session
Expand Down

0 comments on commit 0a2d057

Please sign in to comment.