fix: glibc not found

This commit is contained in:
Samuel N Cui
2023-09-26 17:16:56 +08:00
parent 9f7ee5ce1b
commit e1db937b37
2 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.20'
- name: Setup Node.js environment
uses: actions/setup-node@v3.8.1
+9 -1
View File
@@ -4,4 +4,12 @@ YATM is a first-of-its-kind open-source tape manager for LTO tape via LTFS tape
## Install
> WIP
```shell
mkdir -p /opt/ltfs
mkdir -p /opt/yatm
tar -xvzf yatm-linux-amd64-${RELEASE_VERSION}.tar.gz -C /opt/yatm
systemctl enable /opt/yatm/yatm-httpd.service
systemctl start yatm-httpd.service
```