Skip to content

Commit 29a2dfd

Browse files
committed
Check 4
1 parent b827bfd commit 29a2dfd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.scrutinizer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ build:
55
dependencies:
66
before:
77
- 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+
813
# Install NVM
914
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
1015

0 commit comments

Comments
 (0)