Skip to content

Commit

Permalink
It is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 17, 2024
1 parent 5f9f955 commit 0dc8cbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile_cosmic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,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: mv cosmic-epoch /cosmic-epoch
- run: mv launcher /launcher
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0dc8cbe

Please sign in to comment.