Test installation regression GitHub action

This commit is contained in:
Jordan Carlin 2024-07-04 23:52:52 -04:00
parent b8d50fd621
commit 6406931958
No known key found for this signature in database

14
.github/workflows/install.yml vendored Normal file
View 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