mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Add git fetch
This commit is contained in:
parent
89e7eadf07
commit
8e1d7ae4c1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -11,6 +11,8 @@ jobs:
|
|||
- run: pacman -Syu --noconfirm git sudo
|
||||
- run: git clone https://github.com/project-repo/cagebreak
|
||||
- run: cd cagebreak
|
||||
- run: git branch
|
||||
- run: git fetch origin/feature/continuous-integration
|
||||
- run: git checkout feature/continuous-integration
|
||||
- run: bash scripts/install-development-environment
|
||||
- run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue