Skip to content

Commit

Permalink
Fix lldb-mi path
Browse files Browse the repository at this point in the history
  • Loading branch information
WardenGnaw committed Jul 20, 2021
1 parent 78eee3d commit 9f684e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,7 @@ jobs:
curl https://download.visualstudio.microsoft.com/download/pr/173e6ced-0717-401d-87fc-169ca3424c72/f1228fd847c140b7f9839612f497bb7a/lldb-mi-10.0.0.zip --output ${{ github.workspace }}/lldb-mi-10.0.0.zip
unzip ${{ github.workspace }}/lldb-mi-10.0.0.zip
sudo chmod 755 /Users/runner/work/MIEngine/MIEngine/debugAdapters/lldb-mi/bin/lldb-mi
- run: |
dotnet test ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/CppTests.dll
2 changes: 1 addition & 1 deletion test/CppTests/TestConfigurations/config_lldb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
Name="Lldb"
Type="Lldb"
MIMode="lldb"
Path="/Users/runner/work/MIEngine/MIEngine/debugAdapters/lldb/bin/lldb-mi" />
Path="/Users/runner/work/MIEngine/MIEngine/debugAdapters/lldb-mi/bin/lldb-mi" />
</Debuggers>
</TestMachineConfiguration>

0 comments on commit 9f684e5

Please sign in to comment.