mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 02:06:05 -04:00
Merge pull request #1168 from kiwix/remove-set-output-in-workflows
Update a few dependencies in the workflows
This commit is contained in:
commit
81b579cdcb
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -33,14 +33,12 @@ jobs:
|
|||||||
HOME: /Users/runner
|
HOME: /Users/runner
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve source code
|
- name: Retrieve source code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
brew install pkg-config ninja meson
|
brew install ninja meson
|
||||||
env:
|
|
||||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
||||||
@ -155,7 +153,7 @@ jobs:
|
|||||||
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:38"
|
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:38"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
||||||
with:
|
with:
|
||||||
|
6
.github/workflows/package.yml
vendored
6
.github/workflows/package.yml
vendored
@ -32,9 +32,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ $REF == refs/tags* ]]
|
if [[ $REF == refs/tags* ]]
|
||||||
then
|
then
|
||||||
echo "::set-output name=ppa::kiwixteam/release"
|
echo "ppa=kiwixteam/release" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "::set-output name=ppa::kiwixteam/dev"
|
echo "ppa=kiwixteam/dev" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
REF: ${{ github.ref }}
|
REF: ${{ github.ref }}
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Packages for ${{ matrix.distro }}
|
name: Packages for ${{ matrix.distro }}
|
||||||
path: output
|
path: output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user