diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-05-19 17:16:36 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-05-19 17:27:57 +0200 |
| commit | a3add4fdeda0b92abc4ae517c0cfc89f3fa361cf (patch) | |
| tree | c4b544fa0844a91cf9f71e27833d64749cc6ff7f /.github | |
| parent | 06d5effba4f4f157c5a2a80cf080a97eb9f693f9 (diff) | |
| download | mullvadvpn-a3add4fdeda0b92abc4ae517c0cfc89f3fa361cf.tar.xz mullvadvpn-a3add4fdeda0b92abc4ae517c0cfc89f3fa361cf.zip | |
Install `protoc` on Windows ARM runner
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/daemon.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 2e26d38f52..4d90c83aac 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -139,8 +139,6 @@ jobs: git submodule update --init wireguard-go-rs/libwg/wireguard-go - name: Install Protoc - # NOTE: ARM runner already has protoc - if: ${{ matrix.config.arch != 'arm64' }} uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} |
