Skip to content

Fixes for github actions #21

Fixes for github actions

Fixes for github actions #21

Workflow file for this run

name: "test-install"
on:
push:
branches:
- main
- devcontainer
jobs:
install:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ubuntu-22.04

Check failure on line 12 in .github/workflows/install-ci.yml

View workflow run for this annotation

GitHub Actions / test-install

Invalid workflow file

The workflow is not valid. .github/workflows/install-ci.yml (Line: 12, Col: 13): Unexpected value 'ubuntu-22.04'
steps:
- uses: actions/checkout@v4
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: install
run: ./install.sh
env:
CI: true