diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index ecc2819dc4..451c6783ce 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -308,11 +308,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - with: - submodules: true - name: Checkout submodules run: | - git submodule update --init wireguard-go-rs/libwg/wireguard-go + git config --global --add safe.directory '*' + git submodule update --init --depth=1 - name: Install Protoc uses: arduino/setup-protoc@v3 with: @@ -401,7 +400,7 @@ jobs: - name: Checkout submodules run: | git config --global --add safe.directory '*' - git submodule update --init wireguard-go-rs/libwg/wireguard-go + git submodule update --init --depth=1 - name: Install Go uses: actions/setup-go@v3 with: |
