mirror of
https://github.com/scsitape/stenc.git
synced 2026-05-12 19:02:14 +00:00
8
.github/workflows/c-cpp.yml
vendored
8
.github/workflows/c-cpp.yml
vendored
@@ -6,13 +6,17 @@ on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
#install pandoc
|
||||
- name: Install pandoc package
|
||||
run: |
|
||||
sudo apt-get -y install pandoc
|
||||
- uses: actions/checkout@v3
|
||||
- name: autoconf
|
||||
run: autoreconf -i
|
||||
- name: configure
|
||||
|
||||
Reference in New Issue
Block a user