Skip to content

Commit 05bc6f1

Browse files
committed
ci: create .bashrc first
1 parent 5da3e71 commit 05bc6f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
sudo bash /tmp/nodesource_setup.sh
4646
apt-get update
4747
apt-get install -y git gcc-9 g++-9
48+
touch ~/.bashrc
4849
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
4950
source ~/.bashrc
5051
nvm install node

0 commit comments

Comments
 (0)