Skip to content

Commit

Permalink
Remove curl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP authored Jan 2, 2024
1 parent 413111a commit 1bfca7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
prepare: |
pkg install -y curl cmake libX11 libXi libXrandr libXinerama libXcursor libglvnd alsa-lib
pkg install -y cmake libX11 libXi libXrandr libXinerama libXcursor libglvnd alsa-lib
run: |
Expand Down

0 comments on commit 1bfca7c

Please sign in to comment.