Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed May 29, 2024
1 parent d5d9cbc commit 0a0a0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-sctg-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ jobs:
arch: x86_64,
target: x86_64-unknown-linux-gnu,
os: ubuntu-20.04,
extra-build-features: "standard",
extra-build-features: "",
}
# - {
# arch: x86_64,
Expand Down Expand Up @@ -891,7 +891,7 @@ jobs:
- name: Restore the rustdesk lib file
uses: actions/download-artifact@master
with:
name: librustdesk-${{ matrix.job.arch }}-${{ matrix.job.build-name }}.so
name: librustdesk-${{ matrix.job.arch }}-standard.so
path: ./target/release/

- uses: rustdesk-org/run-on-arch-action@amd64-support
Expand Down

0 comments on commit 0a0a0a8

Please sign in to comment.