Skip to content

Ubuntu 24.04

Ubuntu 24.04 #8

Workflow file for this run

# Copyright 2024, Giordano Salvador
# SPDX-License-Identifier: BSD-3-Clause
name: Ubuntu 24.04
on:
workflow_dispatch:
branches: [ "main" ]
inputs:
build_mode:
description: Build optimization level
required: true
default: debug
type: choice
options:
- debug
- release
env:
DISTRO: ubuntu
OS_VER: 24
OS: ubuntu-2404
jobs:
run:
runs-on: ubuntu-24.04
uses: e3m3/calcc-rust/.github/workflows/build-and-test.yaml@main

Check failure on line 30 in .github/workflows/ubuntu-2404.yaml

View workflow run for this annotation

GitHub Actions / Ubuntu 24.04

Invalid workflow file

The workflow is not valid. .github/workflows/ubuntu-2404.yaml (Line: 30, Col: 5): Unexpected value 'uses' .github/workflows/ubuntu-2404.yaml (Line: 31, Col: 5): Unexpected value 'with'
with:
build_mode: debug
distro: ${{ env.DISTRO }}
os_ver: ${{ env.OS_VER }}
os: ${{ env.OS }}