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 b827bfd commit 29a2dfdCopy full SHA for 29a2dfd
.scrutinizer.yml
@@ -5,6 +5,11 @@ build:
5
dependencies:
6
before:
7
- command: |
8
+ # Update GLIBC
9
+ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
10
+ sudo apt-get update
11
+ sudo apt-get install -y libc6
12
+
13
# Install NVM
14
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
15
0 commit comments