Skip to content

Commit 370bcb4

Browse files
Juarez Rudsatzjuarezr
Juarez Rudsatz
authored andcommitted
fix(ci): remove cross compilation left over
1 parent 6c3ff89 commit 370bcb4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build-release.yml

-12
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,6 @@ jobs:
7070

7171
# region Compiling
7272

73-
- name: Install rpm tools
74-
if: matrix.platform == 'linux'
75-
run: |
76-
sudo apt-get update
77-
sudo apt-get install -y --no-install-recommends rpm
78-
79-
- name: Install mingw toolchain
80-
if: matrix.platform == 'windows'
81-
run: |
82-
sudo apt-get update
83-
sudo apt-get install -y --no-install-recommends mingw-w64
84-
8573
- name: Rustup Self Update
8674
if: matrix.platform != 'macos'
8775
run: |

0 commit comments

Comments
 (0)