Skip to content

Commit

Permalink
Fix macro download URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Nov 2, 2022
1 parent a225edb commit dbde00d
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 @@ -957,7 +957,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/v1.1.0/fragments/macros.systemd.sh"
SYSTEMD_RPM_MACROS_URL="https://raw.githubusercontent.com/NLnetLabs/.github/v2/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 dbde00d

Please sign in to comment.