Skip to content

Commit 7d5a1e9

Browse files
authored
Update benchmark.yml
1 parent fd98042 commit 7d5a1e9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222

2323
- name: Setup K6
2424
run: |
25-
curl https://github.com/grafana/k6/releases/download/v0.47.0/k6-v0.47.0-linux-amd64.tar.gz -L | tar xvz --strip-components 1
25+
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C5AD17C747E3415A3642D57D77C6C491D6AC1D69
26+
echo "deb https://dl.k6.io/deb stable main" | sudo tee /etc/apt/sources.list.d/k6.list
27+
sudo apt-get update
28+
sudo apt-get install k6
2629
2730
- name: Start Benchmark
2831
working-directory: ./benchmark

0 commit comments

Comments
 (0)