Skip to content

Commit

Permalink
ci: checkout to test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 19, 2025
1 parent 12fec92 commit e985a71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-umu-fedora-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ jobs:
- name: Configure Git safe directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Switch to specific branch
run: git checkout fedora-pyzstd

- name: Install build dependencies
run: dnf install -y rpm-build meson ninja-build cmake g++ gcc-c++ scdoc git python3-devel python3-build python3-installer python3-hatchling python python3 cargo

- name: Build the project
run: |
git submodule update --init --recursive
./configure.sh --prefix=/usr
make
mkdir -p ~/rpmbuild/SOURCES
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-umu-fedora-41.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ jobs:

- name: Configure Git safe directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Switch to specific branch
run: git checkout fedora-pyzstd

- name: Install build dependencies
run: dnf install -y rpm-build meson ninja-build cmake g++ gcc-c++ scdoc git python3-devel python3-build python3-installer python3-hatchling python python3 cargo

- name: Build the project
run: |
git submodule update --init --recursive
./configure.sh --prefix=/usr
make
mkdir -p ~/rpmbuild/SOURCES
Expand Down

0 comments on commit e985a71

Please sign in to comment.