Skip to content

Commit

Permalink
Add some dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 9, 2023
1 parent c4038ea commit 7d9d4fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
run: |
C:\msys2.exe -y -oC:\; Remove-Item msys2.exe; function msys() { C:\msys64\usr\bin\bash.exe @('-lc') + @Args }; msys ' '; msys 'pacman --noconfirm -Syuu'; msys 'pacman --noconfirm -Syuu'; msys 'pacman --noconfirm -S --needed base-devel mingw-w64-x86_64-lldb'; msys 'pacman --noconfirm -Scc'
- name: Restore Libs Cache
id: restore-libs
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 7d9d4fd

Please sign in to comment.