Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ jobs:
with:
name: aurorachat CIA Automatic Build (could be unfinished!)
path: ./aurorachat.cia
- name: Setup Java JDK
uses: actions/setup-java@v5.1.0
with:
distribution: zulu
java-version: '21'
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v5.1.0
with:
dotnet-version: 8.0
- name: Quick Ping
run: |
curl -H "Content-Type: application/json" \
Expand Down
Loading