Skip to content

Commit

Permalink
Change all apt to apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
xlionjuan committed Jan 21, 2025
1 parent 233a630 commit 3cbc117
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ jobs:

- name: Pack files (${{ matrix.job.os }} - ${{ matrix.job.name }})
run: |
sudo apt update
DEBIAN_FRONTEND=noninteractive sudo apt install -y zip
sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y zip
zip ${{ matrix.job.name }}/rustdesk-server-${{ matrix.job.os }}-${{ matrix.job.name }}${{ matrix.job.suffix }}.zip ${{ matrix.job.name }}/*
- name: Create Release (${{ matrix.job.os }} - (${{ matrix.job.name }})
Expand Down Expand Up @@ -609,8 +609,8 @@ jobs:

- name: Create packaging env
run: |
sudo apt update
DEBIAN_FRONTEND=noninteractive sudo apt install -y devscripts build-essential debhelper pkg-config ${{ matrix.job.crossbuild_package }}
sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y devscripts build-essential debhelper pkg-config ${{ matrix.job.crossbuild_package }}
mkdir -p debian-build/${{ matrix.job.name }}/bin
- name: Download binaries
Expand Down

0 comments on commit 3cbc117

Please sign in to comment.