We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca8996 commit 3956d80Copy full SHA for 3956d80
.github/workflows/build.yml
@@ -26,8 +26,6 @@ jobs:
26
- ubuntu-latest # FIXME: restore build on MacOS and Windows
27
fail-fast: false
28
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
31
- name: Configure git
32
run: "git config --global core.autocrlf false"
33
shell: bash
0 commit comments