Skip to content

Commit

Permalink
Updated .yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
miniwolf committed Nov 24, 2024
1 parent e81dcf0 commit 1f5de7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file removed .github/workflows/.gradle.yml.kate-swp
Binary file not shown.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Linux display
run: |
sudo apt-get install at-spi2-core
export DISPLAY=:99.0
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1920x1080x16
run: sudo apt-get install at-spi2-core
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand All @@ -37,7 +34,10 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Build with Gradle Wrapper
run: ./gradlew build
run: |
export DISPLAY=:99.0
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1920x1080x16
./gradlew build
build-win-macos:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1f5de7c

Please sign in to comment.