Skip to content

Commit

Permalink
Path stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike committed Apr 12, 2024
1 parent efb0de6 commit 70918ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
uses: actions/checkout@v4
- name: Install LINQPad
run: choco install linqpad
- name: Add LINQPad to PATH
run: |
echo "C:\Program Files\LinqPad8" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Get-ChildItems "C:\Program Files (x86)"
Get-ChildItems "C:\Program Files"
- name: Update Core Dependencies
run: lprun8 tools\coreDependencies.linq
- name: Update 3rd-Party Licenses
Expand Down

0 comments on commit 70918ec

Please sign in to comment.