Skip to content

Commit

Permalink
修复 github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best committed Feb 21, 2024
1 parent c0773ad commit b6bc7ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v2
- name: Update repository
run: apt-get update -y
run: sudo apt-get update -y
- name: Install the basic dev packages
run: apt-get install -y equivs curl git devscripts lintian build-essential automake autotools-dev cmake g++
run: sudo apt-get install -y equivs curl git devscripts lintian build-essential automake autotools-dev cmake g++
- name: Install build dependencies
run: mk-build-deps -i -t "apt-get --yes" -r
run: sudo mk-build-deps -i -t "apt-get --yes" -r
- name: Build Package
run: dpkg-buildpackage -b -uc -us -j$(nproc)
run: sudo dpkg-buildpackage -b -uc -us -j$(nproc)

0 comments on commit b6bc7ca

Please sign in to comment.