diff --git a/.giteau/workflows/windows_build.yml b/.giteau/workflows/windows_build.yml deleted file mode 100644 index 5b41615..0000000 --- a/.giteau/workflows/windows_build.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Windows Build -on: [push] - -jobs: - build: - runs-on: windows - defaults: - run: - shell: powershell - - steps: - - name: Install Rust - run: | - winget install --id Rustlang.Rustup - rustup default nightly - cargo --version - - - name: Run Main Script - run: Write-Output "Running on Windows Server!" \ No newline at end of file