Don't use a Linux action on a Windows runner

This commit is contained in:
Jordan Brown
2020-08-25 11:22:11 -04:00
parent b3fefd3376
commit 039e161c70
2 changed files with 5 additions and 7 deletions
-6
View File
@@ -191,9 +191,6 @@ jobs:
- name: Set TGS4_TEST_CONNECTION_STRING
run: echo "::set-env name=TGS4_TEST_CONNECTION_STRING::Server=(localdb)\MSSQLLocalDB;Integrated Security=true;Initial Catalog=TGS_${{ matrix.watchdog-type }}_${{ matrix.configuration }};Application Name=tgstation-server"
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v2.x
- name: Checkout
uses: actions/checkout@v1
@@ -328,9 +325,6 @@ jobs:
if: ${{ matrix.watchdog-type == 'Basic' }}
run: echo "::set-env name=General__UseBasicWatchdog::true"
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v2.x
- name: Checkout
uses: actions/checkout@v1