summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2022-02-09 13:18:02 +0100
committerDavid Lönnhager <david.l@mullvad.net>2022-02-10 14:54:52 +0100
commit7d1fa6599a87b9f22fc94279422d64e881f19283 (patch)
treeede89e6a7f5f304f22abf76111cd869c47b1fee3 /ci
parent74c1fc1fd7609869c77cbcc00eab106f6896f026 (diff)
downloadmullvadvpn-7d1fa6599a87b9f22fc94279422d64e881f19283.tar.xz
mullvadvpn-7d1fa6599a87b9f22fc94279422d64e881f19283.zip
Cache Windows modules in GitHub Actions workflow
Diffstat (limited to 'ci')
-rwxr-xr-xci/check-rust.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/check-rust.sh b/ci/check-rust.sh
index e85ce32ec6..9ecf050f8e 100755
--- a/ci/check-rust.sh
+++ b/ci/check-rust.sh
@@ -7,13 +7,6 @@ export RUSTFLAGS="--deny warnings"
# Build WireGuard Go
./wireguard/build-wireguard-go.sh
-# Build Windows modules
-case "$(uname -s)" in
- MINGW*|MSYS_NT*)
- time ./build-windows-modules.sh
- ;;
-esac
-
# Build Rust crates
source env.sh
time cargo build --locked --verbose