We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08556d8 commit ee42b43Copy full SHA for ee42b43
.github/workflows/ci.yml
@@ -3,6 +3,13 @@ name: Project+ Dolphin Builder
3
on: [push, pull_request]
4
5
jobs:
6
+ build:
7
+ name: Debugger
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - name: Setup tmate session
12
+ uses: mxschmitt/action-tmate@v3
13
build_windows_x86_64:
14
name: Windows Build
15
runs-on: windows-latest
0 commit comments