Skip to content

Commit

Permalink
Fixup build.yml for latest caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
zedifen committed Nov 5, 2024
1 parent 5c7d3a1 commit b46916c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: ^1.21.9
- run: go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
- run: ~/go/bin/xcaddy build --with github.com/caddyserver/forwardproxy@master=$PWD
- run: ~/go/bin/xcaddy build master --with github.com/caddyserver/forwardproxy@master=$PWD
- name: Pack naiveproxy assets
run: |
mkdir ${{ env.BUNDLE }}
Expand Down

0 comments on commit b46916c

Please sign in to comment.