File 1197-Only-need-gcc-g-when-building-interpreter.patch of Package erlang
From 9ae4ba06be2f1f9c576fd895eba5c975225388ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Backstr=C3=B6m?= <lukas@erlang.org>
Date: Fri, 25 Oct 2024 13:33:07 +0200
Subject: [PATCH 1/4] Only need gcc/g++ when building interpreter
---
.github/workflows/main.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index b05f2cefa2..fc7d090ba0 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -293,7 +293,7 @@ jobs:
distribution: Ubuntu-18.04
- name: Install WSL dependencies
- run: apt update && apt install -y g++-mingw-w64 gcc-mingw-w64 make autoconf unzip
+ run: apt update && apt install -y make autoconf unzip
- name: Install openssl
shell: cmd
--
2.43.0