Skip to content

Commit

Permalink
revert windows job changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Jan 18, 2024
1 parent 479381c commit 04c1d36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,13 @@ jobs:

windows_debug_build:
name: Windows Debug Build
runs-on: ubuntu-20.04
runs-on: windows-2019
timeout-minutes: 10
needs: web_test
steps:
- name: Support longpaths
run: git config --system core.longpaths true

- name: Checkout
uses: actions/checkout@v2.3.4

Expand Down

0 comments on commit 04c1d36

Please sign in to comment.