Skip to content

Commit

Permalink
fixup! Prune Github actions from explicit submodule checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed May 15, 2024
1 parent 3a739cd commit 54a92b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,17 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout submodules
run: |
git submodule update --init --depth=1 dist-assets/binaries
git submodule update --init --recursive --depth=1 wireguard-go-rs/libwg/wireguard-go
- uses: actions-rs/[email protected]
with:
toolchain: stable
Expand Down

0 comments on commit 54a92b9

Please sign in to comment.