Skip to content

Commit

Permalink
chore: install xz-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Feb 13, 2024
1 parent ed6950d commit 3944032
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"subdir": ""
}
},
"version": "63abcdd7617a65b250bc348565c97793ba9a2b20",
"sum": "oUVb+owI1ZgnH5gyO+6oW823Mi+fFMStCfsy9uMNVhk="
"version": "d1ff0dfbf852e9e2f8508100e6e09d3dac5261d4",
"sum": "4hI6QJGSyn6G8cKppX6nyJo3ybF6gzIwlsWe9iKHqYw="
}
],
"legacyImports": false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .github/workflows/minor-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
run: |
apt update
apt install -qy tar xz-utils
shell: "bash"
- name: "install shellcheck"
uses: "./lib/actions/install-binary"
with:
Expand Down Expand Up @@ -371,6 +376,11 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
run: |
apt update
apt install -qy tar xz-utils
shell: "bash"
- name: "install shellcheck"
uses: "./lib/actions/install-binary"
with:
Expand Down Expand Up @@ -1195,6 +1205,11 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
run: |
apt update
apt install -qy tar xz-utils
shell: "bash"
- name: "install shellcheck"
uses: "./lib/actions/install-binary"
with:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/patch-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
run: |
apt update
apt install -qy tar xz-utils
shell: "bash"
- name: "install shellcheck"
uses: "./lib/actions/install-binary"
with:
Expand Down Expand Up @@ -371,6 +376,11 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
run: |
apt update
apt install -qy tar xz-utils
shell: "bash"
- name: "install shellcheck"
uses: "./lib/actions/install-binary"
with:
Expand Down Expand Up @@ -1195,6 +1205,11 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
run: |
apt update
apt install -qy tar xz-utils
shell: "bash"
- name: "install shellcheck"
uses: "./lib/actions/install-binary"
with:
Expand Down

0 comments on commit 3944032

Please sign in to comment.