Skip to content

Commit ff22b6b

Browse files
committed
fixes
1 parent 358ae3a commit ff22b6b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- run:
1717
name: brew
1818
command: brew install fio
19+
- run:
20+
name: finger
21+
command: finger $USER
1922
- run:
2023
name: exec
2124
command: sh test-local.sh

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
xcode-select-version: 16.3
2525
- name: Brew Install
26-
run: brew install swift
26+
run: brew install fio
2727
- name: Run benchmark
2828
run: sh test-local.sh

0 commit comments

Comments
 (0)