Skip to content

Commit

Permalink
quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 21, 2024
1 parent 64a5475 commit 44cd307
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- uses: actions/checkout@v4

- name: Build
run: make
run: |
rm -rf binaries/windows
make
- name: Sign sysproxy binary with Azure Code Signing
uses: getlantern/trusted-signing-action@main
Expand Down

0 comments on commit 44cd307

Please sign in to comment.