Linux Jaguar 7 Tape and TS1170 Drive Support (#423) #372
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CentOS8 Build Job | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Build on CentOS8 (Rocky Linux) | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set up Git repository | |
uses: actions/checkout@v1 | |
- name: Build LTFS | |
id: build | |
uses: LinearTapeFileSystem/[email protected] | |
with: | |
destination: '/tmp/ltfs' |