Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Oct 18, 2024
1 parent a27b2ac commit 1972cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Download httpbox
run: |
curl -L -o httpbox.tar.xz "/~https://github.com/Chatterino/httpbox/releases/download/${{ env.HTTPBOX_TAG }}/httpbox-aarch64-apple-darwin.tar.xz"
curl -L -o httpbox.tar.xz "/~https://github.com/Chatterino/httpbox/releases/download/${{ env.HTTPBOX_TAG }}/httpbox-x86_64-apple-darwin.tar.xz"
tar -xJf httpbox.tar.xz
mv ./httpbox-aarch64-apple-darwin/httpbox /usr/local/bin
mv ./httpbox-x86_64-apple-darwin/httpbox /usr/local/bin
httpbox --port 9051&
curl http://127.0.0.1:9051/headers
working-directory: /tmp
Expand Down

0 comments on commit 1972cda

Please sign in to comment.