Skip to content

Test

Test #15

Workflow file for this run

name: Test
on:
workflow_dispatch:
jobs:
build-and-compile:
runs-on: windows-latest
steps:
- name: Free Disk Space
uses: insightsengineering/disk-space-reclaimer@v1
with:
tools-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
docker-images: true
tools-cache: true

Check failure on line 21 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 21, Col: 11): 'tools-cache' is already defined
- name: Checkout
uses: actions/checkout@v4
- name: Clone rustdesk
run: |
git clone https://github.com/rustdesk/rustdesk.git
- name: Build image
run: |
cd Windows-x64
./build
- name: Compile
run: |
cd Windows-x64
./compile