Skip to content

Commit

Permalink
reverting unwanted new lines
Browse files Browse the repository at this point in the history
homebrew clear cache in CI
ubuntu CI file revert to original
  • Loading branch information
farhangnaderi committed Jan 13, 2025
1 parent 6fd39d2 commit 7d0ee1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Prepare Homebrew and Install Dependencies
run: |
rm -rf /usr/local/var/homebrew/locks
brew cleanup --prune=0
brew cleanup -s
brew update
brew install mosquitto zeromq qt@5 protobuf@21
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ubuntu
on: [push, pull_request]

jobs:

ubuntu-build:
runs-on: ${{ matrix.ubuntu-distro }}
strategy:
Expand Down Expand Up @@ -32,4 +33,4 @@ jobs:
- name: Build Plotjuggler
run: |
cmake -B build -DCMAKE_INSTALL_PREFIX=install PlotJuggler;
cmake --build build --target install
cmake --build build --target install
2 changes: 1 addition & 1 deletion installer/io.plotjuggler.application/meta/installscript.qs
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ Component.prototype.componentSelectionPageEntered = function()
if (installer.fileExists(dir) && installer.fileExists(dir + "/maintenancetool.exe")) {
installer.execute(dir + "/maintenancetool.exe", ["purge", "-c"]);
}
}
}
2 changes: 1 addition & 1 deletion installer/io.plotjuggler.application/meta/targetwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@
</widget>
<resources/>
<connections/>
</ui>
</ui>

0 comments on commit 7d0ee1f

Please sign in to comment.