Skip to content

Commit

Permalink
fixup! Add wireguard-go-rs/libwg to git submodule update in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed May 8, 2024
1 parent 0d1c5d4 commit cade6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: echo "HOME=/root" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v3
- name: Checkout binaries submodule
- name: Checkout submodules
run: |
git config --global --add safe.directory '*'
git submodule update --init --depth=1 dist-assets/binaries wireguard-go-rs/libwg/wireguard-go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-unused-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Checkout binaries submodule
- name: Checkout submodules
run: |
git config --global --add safe.directory '*'
git submodule update --init --depth=1 dist-assets/binaries wireguard-go-rs/libwg/wireguard-go
Expand Down

0 comments on commit cade6d7

Please sign in to comment.