Skip to content

Commit

Permalink
* Fix CI/CD bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMYHuang committed Apr 17, 2022
1 parent b6adb1f commit 4fba268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
name: Build rpm
command: |
sudo apt update
sudo apt -y install ruby ruby-dev
sudo apt -y install ruby ruby-dev rpm
gem install fpm -f
npm i
GH_TOKEN=${GH_TOKEN} npm run dist-rpm -- -p always --arm64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- run: |
sudo apt -y install ruby ruby-dev
gem install fpm -f
sudo gem install fpm -f
npm i
npm run dist-deb -- -p always --x64
Expand All @@ -88,8 +88,8 @@ jobs:
node-version: 14

- run: |
sudo apt -y install ruby ruby-dev
gem install fpm -f
sudo apt -y install ruby ruby-dev rpm
sudo gem install fpm -f
npm i
npm run dist-rpm -- -p always --x64
Expand Down

0 comments on commit 4fba268

Please sign in to comment.