mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Test installation regression GitHub action
This commit is contained in:
parent
b8d50fd621
commit
6406931958
14
.github/workflows/install.yml
vendored
Normal file
14
.github/workflows/install.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Installation test
|
||||
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
install:
|
||||
name: Test installation on Ubuntu 22.04LTS
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install
|
||||
run: sudo ./bin/wally-tool-chain-install
|
||||
|
Loading…
Reference in New Issue
Block a user