Skip to content

Commit

Permalink
.github/workflows/build.yaml: install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
Amirouche BOUBEKKI committed Nov 24, 2023
1 parent 9f238ad commit cc53670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
os: [ubuntu-22.04, windows-2019, macOS-11]

steps:
- run: sudo apt install wget

- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v3

- name: Install cibuildwheel
Expand Down

0 comments on commit cc53670

Please sign in to comment.