Skip to content

Commit 496a16a

Browse files
committed
add nix setup to bump_gha_runner_version workflow
[static] Signed-off-by: Mateusz Błażejewski <mateusz.blazejewski@digitalasset.com>
1 parent ebeccfc commit 496a16a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/bump_gha_runner_version.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
17+
- name: Setup
18+
shell: bash
19+
run: ./.github/actions/scripts/common_setup.sh
20+
21+
- name: Set up Nix (Self hosted)
22+
uses: ./.github/actions/nix/setup_nix
23+
with:
24+
cache_version: 7
25+
artifactory_user: dummy
26+
artifactory_password: dummy
1627

1728
- name: Check for the latest version and create a PR to splice
1829
uses: ./.github/actions/nix/run_bash_command_in_nix

0 commit comments

Comments
 (0)