Update check_git_apply.yaml
This commit is contained in:
parent
960c195a73
commit
aa646fed5d
6
.github/workflows/check_git_apply.yaml
vendored
6
.github/workflows/check_git_apply.yaml
vendored
@ -12,7 +12,7 @@ env:
|
||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
get-git-apply:
|
||||
runs-on: ci
|
||||
|
||||
container:
|
||||
@ -26,8 +26,8 @@ jobs:
|
||||
|
||||
- name: Prepare container
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y wget unzip tar sed dos2unix patchutils wiggle curl
|
||||
apt update
|
||||
apt install -y wget unzip tar sed dos2unix patchutils wiggle curl git
|
||||
|
||||
wget https://github.com/uazo/superpatch/releases/latest/download/SuperPatchUtils.tar.gz
|
||||
tar xfz SuperPatchUtils.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user