Skip to content

Commit

Permalink
build: checkout the correct branch for each kernel build type
Browse files Browse the repository at this point in the history
  • Loading branch information
choppsv1 committed May 11, 2024
1 parent 4d3ec41 commit 1603da3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: LabNConsulting/iptfs-linux
ref: iptfs
path: linux

- name: Install build depencies
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: LabNConsulting/iptfs-linux
ref: iptfs-ci
path: linux

- name: Install build depencies
Expand Down Expand Up @@ -224,6 +226,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: LabNConsulting/iptfs-linux
ref: iptfs-ci
path: linux

- name: Install test depencies
Expand Down

0 comments on commit 1603da3

Please sign in to comment.