diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml new file mode 100644 index 000000000..bb77a0c62 --- /dev/null +++ b/.github/workflows/install.yml @@ -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 +