File tree Expand file tree Collapse file tree 2 files changed +22
-21
lines changed
Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -284,24 +284,24 @@ jobs:
284284 name : customfetch-macos
285285 path : ./build/debug/customfetch
286286
287- test-suitcase :
288- runs-on : ubuntu-22.04
289- permissions :
290- contents : read
291-
292- steps :
293- - uses : actions/checkout@v4
294-
295- - name : Install Packages
296- run : |
297- sudo apt-get purge firefox # Slows down the installation alot, fuck snap
298- sudo apt-get update && sudo apt upgrade -y
299- sudo apt-get install neofetch tree build-essential g++-11 libwayland-dev gettext libgtk-3-dev pkg-config libdconf-dev libglib2.0-dev libgtkmm-3.0-dev libarchive-tools -y
300-
301- - name : Clean
302- run : make distclean
303-
304- - name : Compile and install
305- run : |
306- cd tests && make
307- find . -type f -executable -exec {} \;
287+ # test-suitcase:
288+ # runs-on: ubuntu-22.04
289+ # permissions:
290+ # contents: read
291+ #
292+ # steps:
293+ # - uses: actions/checkout@v4
294+ #
295+ # - name: Install Packages
296+ # run: |
297+ # sudo apt-get purge firefox # Slows down the installation alot, fuck snap
298+ # sudo apt-get update && sudo apt upgrade -y
299+ # sudo apt-get install neofetch tree build-essential g++-11 libwayland-dev gettext libgtk-3-dev pkg-config libdconf-dev libglib2.0-dev libgtkmm-3.0-dev libarchive-tools -y
300+ #
301+ # - name: Clean
302+ # run: make distclean
303+ #
304+ # - name: Compile and install
305+ # run: |
306+ # cd tests && make
307+ # find . -type f -executable -exec {} \;
Original file line number Diff line number Diff line change 3232#include < variant>
3333#include < vector>
3434
35+ #include " platform.hpp"
3536#include " parse.hpp"
3637
3738extern " C" {
You can’t perform that action at this time.
0 commit comments