Skip to content

Merge pull request #118 from ARC-OPT/dmronga-patch-1 #2

Merge pull request #118 from ARC-OPT/dmronga-patch-1

Merge pull request #118 from ARC-OPT/dmronga-patch-1 #2

name: Ubuntu 24.04
on:
push:
branches: [ master, ubuntu24.04 ]
pull_request:
branches: [ master, ubuntu24.04 ]
jobs:
build_and_test_24_04:
runs-on: ubuntu-24.04
steps:
# Check out repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v2
ref: ubuntu24.04

Check failure on line 16 in .github/workflows/build_and_test_ubuntu24.04.yml

View workflow run for this annotation

GitHub Actions / Ubuntu 24.04

Invalid workflow file

The workflow is not valid. .github/workflows/build_and_test_ubuntu24.04.yml (Line: 16, Col: 7): Unexpected value 'ref'
# Build and install
- name: install
run: sh scripts/full_install.sh
# Run all tests
- name: test
run: |
export LD_LIBRARY_PATH=/usr/local/lib
export PYTHONPATH=/usr/local/lib/python3.10/site-packages
cd wbc/build
make test