Skip to content

Commit

Permalink
Merge branch 'main' into users/shanep/Add-HardwareRequestAndMgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep committed Nov 1, 2023
2 parents c4abbf3 + d571a10 commit 649239a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: windows-latest

steps:
- name: Enable long paths support
run: git config --system core.longpaths true

- name: Checkout code
uses: actions/checkout@v2

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:

runs-on: windows-latest
steps:
- name: Enable long paths support
run: git config --system core.longpaths true

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 649239a

Please sign in to comment.