diff --git a/.gitea/workflows/windows_build.yml b/.gitea/workflows/windows_build.yml deleted file mode 100644 index 056ac7d..0000000 --- a/.gitea/workflows/windows_build.yml +++ /dev/null @@ -1,22 +0,0 @@ -#name: Windows Build -#on: [push] - -#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 - -# - name: Run Main Script -# run: echo "Running on Windows Server!" \ No newline at end of file