Skip to content

Commit 3956d80

Browse files
authored
Clean up CI build
1 parent 0ca8996 commit 3956d80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
- ubuntu-latest # FIXME: restore build on MacOS and Windows
2727
fail-fast: false
2828
steps:
29-
- name: Install Boehm GC for Scala Native # FIXME: Remove after fixing of https://github.com/scala-native/scala-native/issues/4032
30-
run: sudo apt-get update && sudo apt-get install -y libgc-dev
3129
- name: Configure git
3230
run: "git config --global core.autocrlf false"
3331
shell: bash

0 commit comments

Comments
 (0)