Skip to content

Commit 6ed73bf

Browse files
committed
wip
1 parent d99673e commit 6ed73bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/actions/buildhistory-collect-srcrevs/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ runs:
5353
- name: Build
5454
shell: bash
5555
run: |
56-
sudo apt-get install -y git git-lfs pip
57-
export PATH=$PATH:~/.local/bin
58-
pip install kas
56+
# requires: sudo apt-get install -y git git-lfs pip
57+
# export PATH=$PATH:~/.local/bin
58+
# pip/pipx install kas
5959
6060
cd ~/yocto-meta-wpe-image-${{ inputs.repo_release }}
6161

.github/actions/kas-build/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ runs:
5656
- name: Build
5757
shell: bash
5858
run: |
59-
sudo apt-get install -y git git-lfs pip
60-
export PATH=$PATH:~/.local/bin
61-
pip install kas
59+
# requires: sudo apt-get install -y git git-lfs pip
60+
# export PATH=$PATH:~/.local/bin
61+
# pip/pipx install kas
6262
6363
cd ~/yocto-meta-wpe-image-${{ inputs.repo_release }}
6464

0 commit comments

Comments
 (0)