Merge pull request #1168 from kiwix/remove-set-output-in-workflows

Update a few dependencies in the workflows
This commit is contained in:
Kelson 2024-12-20 10:08:08 +01:00 committed by GitHub
commit 81b579cdcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View File

@ -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:

View File

@ -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