Skip to content

Commit

Permalink
Fetch macro fragments from the coming v3.0.0 tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Nov 6, 2022
1 parent f485c82 commit 90bfc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ jobs:
# command line argument.
if [[ "${{ inputs.rpm_scriptlets_path }}" != "" ]]; then
# Download the RPM systemd macros shell functions file fragment
SYSTEMD_RPM_MACROS_URL="https://raw.githubusercontent.com/NLnetLabs/.github/v2.0.2/fragments/macros.systemd.sh"
SYSTEMD_RPM_MACROS_URL="https://raw.githubusercontent.com/NLnetLabs/.github/v3.0.0/fragments/macros.systemd.sh"
SYSTEMD_RPM_MACROS_FILE="/tmp/systemd_rpm_macros"
curl --proto '=https' --tlsv1.2 --output ${SYSTEMD_RPM_MACROS_FILE} ${SYSTEMD_RPM_MACROS_URL}
Expand Down

0 comments on commit 90bfc14

Please sign in to comment.