Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 20, 2024
1 parent 62b0e66 commit 2106340
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
nasm
- run: rm -rf /host/usr/local/lib/android # Free space
- run: git clone --recurse-submodules https://github.com/pop-os/cosmic-epoch
# - run: cd cosmic-epoch && git submodule update --remote && just sysext && rm -rf cosmic-sysext/usr/lib/extension-release.d
# - run: cd ..
- run: cd cosmic-epoch && git submodule update --remote && just sysext && rm -rf cosmic-sysext/usr/lib/extension-release.d
- run: cd ..
- run: git clone --recurse-submodules https://github.com/pop-os/launcher
# - run: cd launcher && just build-release
# - run: cd ..
- run: cd launcher && just build-release
- run: cd ..
- run: git clone --recurse-submodules https://github.com/pop-os/system76-wallpapers
- run: >
tar -c -v -f cosmic-desktop.tar cosmic-epoch/cosmic-sysext/usr cosmic-epoch/cosmic-comp/config.ron cosmic-epoch/cosmic-greeter/cosmic-greeter.toml cosmic-epoch/cosmic-greeter/debian/cosmic-greeter.service launcher/target/release/pop-launcher-bin launcher/plugins/src/calc/plugin.ron launcher/plugins/src/cosmic_toplevel/plugin.ron launcher/plugins/src/desktop_entries/plugin.ron launcher/plugins/src/files/plugin.ron launcher/plugins/src/find/plugin.ron launcher/plugins/src/pulse/plugin.ron launcher/plugins/src/recent/plugin.ron launcher/plugins/src/scripts/plugin.ron launcher/plugins/src/terminal/plugin.ron launcher/plugins/src/web/plugin.ron system76-wallpapers/backgrounds
Expand Down

0 comments on commit 2106340

Please sign in to comment.