Update main.yml

Add Windows tag to build-windows work flow so the builds aren't RNG.
This commit is contained in:
louist103
2024-05-22 09:05:01 -05:00
committed by Garrett Cox
parent ab19d6417d
commit f2a61a22b5
+1 -1
View File
@@ -112,7 +112,7 @@ jobs:
# name: 2ship-windows
# path: 2ship-windows
build-windows-self-hosted:
runs-on: self-hosted
runs-on: [self-hosted, Windows]
steps:
- name: Install dependencies
run: |