Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Dec 27, 2023
1 parent cf72ef5 commit 91f6673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get build-dep --no-install-recommends -y .
sudo chmod +x debian/install
make deb
- name: Push
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get build-dep --no-install-recommends -y .
sudo chmod +x debian/install
make deb
- name: Workaround actions/upload-artifact#176
run: |
Expand Down

0 comments on commit 91f6673

Please sign in to comment.