Skip to content

Fedora 40

Fedora 40 #22

Workflow file for this run

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

Check failure on line 23 in .github/workflows/fedora-40.yaml

View workflow run for this annotation

GitHub Actions / Fedora 40

Invalid workflow file

The workflow is not valid. In .github/workflows/fedora-40.yaml (Line: 23, Col: 11): Error from called workflow e3m3/calcc-rust/.github/workflows/build-and-test.yaml@main (Line: 9, Col: 5): Unexpected value 'branches' In .github/workflows/fedora-40.yaml (Line: 23, Col: 11): Error from called workflow e3m3/calcc-rust/.github/workflows/build-and-test.yaml@main (Line: 15, Col: 15): Unexpected value 'choice'
with:
build_mode: debug
distro: fedora
os_ver: 40
os: fedora-40