Skip to content

Commit e62190a

Browse files
committed
hoge
1 parent 8f579ea commit e62190a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash
6666
run: |
6767
ls -lar /__e/node20 &&
68-
apt-get install -y curl &&
68+
apt update && apt-get install -y curl &&
6969
curl -Lo /tmp/node.tar.gz https://unofficial-builds.nodejs.org/download/release/v20.17.0/node-v20.17.0-linux-x64-glibc-217.tar.gz &&
7070
cd /__e/node20 &&
7171
tar -x --strip-components=1 -f /tmp/node.tar.gz &&

0 commit comments

Comments
 (0)