Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

U | Preview (#23)

U | Preview (#23) #34

Workflow file for this run

name: Preview-Build
on:
push:
branches: [ "Preview" ]
pull_request:
branches: [ "Preview" ]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
uses: threeal/[email protected]

Check failure on line 14 in .github/workflows/preview-build.yml

View workflow run for this annotation

GitHub Actions / Preview-Build

Invalid workflow file

The workflow is not valid. .github/workflows/preview-build.yml (Line: 14, Col: 7): 'uses' is already defined
- name: CMake build
run: |
cd ${{ github.workspace }}
ls
mkdir build
cd build
cmake --version
cmake ../
shell: sh
- name: Upload exec file
uses: actions/[email protected]
with:
name: MCT-Pre
path: build/MCT