mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Fix Windows ARM64 JDK setup order; remove dispatch test workflow.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
name: CI dispatch test
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
ping:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: echo ok
|
|
||||||
@@ -111,7 +111,12 @@ jobs:
|
|||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Ensure ARM64 packaging JDK
|
||||||
|
if: matrix.arch == 'arm64'
|
||||||
|
shell: cmd
|
||||||
|
run: call scripts\ensure-windows-arm64-jdk.cmd
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
|
if: matrix.arch == 'x64'
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: "17"
|
java-version: "17"
|
||||||
@@ -121,10 +126,6 @@ jobs:
|
|||||||
- uses: ./.github/actions/set-version
|
- uses: ./.github/actions/set-version
|
||||||
with:
|
with:
|
||||||
version: ${{ needs.resolve-version.outputs.version }}
|
version: ${{ needs.resolve-version.outputs.version }}
|
||||||
- name: Ensure ARM64 packaging JDK
|
|
||||||
if: matrix.arch == 'arm64'
|
|
||||||
shell: cmd
|
|
||||||
run: call scripts\ensure-windows-arm64-jdk.cmd
|
|
||||||
- name: Restore Windows Rust installer tools
|
- name: Restore Windows Rust installer tools
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user