Skip to content

Commit 9efd34d

Browse files
authored
Install dependencies before trying to get machine info (#7857)
1 parent 9f5aaa3 commit 9efd34d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bencher.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37+
- name: "Install dependencies"
38+
shell: bash
39+
run: |
40+
set -ex
41+
./scripts/setup-ci.sh
42+
3743
- name: "Machine info"
3844
shell: bash
3945
run: &machine_info |
@@ -52,12 +58,6 @@ jobs:
5258
echo "CCF_PLATFORM_SLUG=virtual" >> "$GITHUB_ENV"
5359
fi
5460

55-
- name: "Install dependencies"
56-
shell: bash
57-
run: |
58-
set -ex
59-
./scripts/setup-ci.sh
60-
6161
- name: "Confirm running on Virtual"
6262
run: |
6363
set -ex

0 commit comments

Comments
 (0)