From cade6d7059213b4b14f64156cc0dc758456017f9 Mon Sep 17 00:00:00 2001 From: Sebastian Holmin Date: Wed, 8 May 2024 12:37:30 +0200 Subject: [PATCH] fixup! Add `wireguard-go-rs/libwg` to `git submodule update` in CI --- .github/workflows/desktop-e2e.yml | 2 +- .github/workflows/rust-unused-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 173de80672eb..5af8053bc67d 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -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 diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml index 6cfb228b23f4..539dd0ff67d7 100644 --- a/.github/workflows/rust-unused-dependencies.yml +++ b/.github/workflows/rust-unused-dependencies.yml @@ -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