From 9f64654423afc8e1be8579002956b1e6962cfd4f Mon Sep 17 00:00:00 2001 From: monheim Date: Sun, 20 Apr 2025 23:05:23 +0200 Subject: [PATCH] Update .gitea/workflows/windows_build.yml --- .gitea/workflows/windows_build.yml | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitea/workflows/windows_build.yml b/.gitea/workflows/windows_build.yml index 32e2418..056ac7d 100644 --- a/.gitea/workflows/windows_build.yml +++ b/.gitea/workflows/windows_build.yml @@ -1,22 +1,22 @@ -name: Windows Build -on: [push] +#name: Windows Build +#on: [push] -jobs: - build: - runs-on: windows - defaults: - run: - shell: powershell +#jobs: +# build: +# runs-on: windows +# defaults: +# run: +# shell: powershell #container: # Disable pseudo-terminal emulation #options: --pty=false - steps: - - name: Install Rust - run: | - rustup update - rustup default nightly - cargo --version +# steps: +# - name: Install Rust +# run: | +# rustup update +# rustup default nightly +# cargo --version - - name: Run Main Script - run: echo "Running on Windows Server!" \ No newline at end of file +# - name: Run Main Script +# run: echo "Running on Windows Server!" \ No newline at end of file