Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
ci/cd: Linux building attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
realkarmakun committed May 22, 2024
1 parent 26640db commit 92dd7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
os: [windows-latest, ubuntu-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "ru.meproject"
version = "1.0.0-RC.9"
version = "1.0.0-RC.10"

repositories {
mavenCentral()
Expand Down

0 comments on commit 92dd7a8

Please sign in to comment.