Merge pull request #10 from mjun0812/feature/add-self-hosted-runner

[WIP] update test workflow
This commit is contained in:
Junya Morioka
2025-05-18 00:10:22 +09:00
committed by GitHub
+2 -1
View File
@@ -38,7 +38,8 @@ jobs:
steps: steps:
- name: Install tools - name: Install tools
run: | run: |
apt-get update && apt-get install -y \ export DEBIAN_FRONTEND=noninteractive
apt-get update && apt-get install -y --no-install-recommends \
curl \ curl \
ca-certificates \ ca-certificates \
sudo \ sudo \