Skip to content

Commit 7af3f7f

Browse files
committedFeb 28, 2025·
Stop using container image for perf
1 parent e6dd6d7 commit 7af3f7f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

Diff for: ‎.github/workflows/perf.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ on: [pull_request]
44

55
jobs:
66
perf:
7-
runs-on: ubuntu-latest
8-
container: swift:6.0.3
7+
runs-on: ubuntu-24.04
98
steps:
109
- name: Checkout
1110
uses: actions/checkout@v4
11+
- uses: ./.github/actions/install-swift
12+
with:
13+
download-url: https://download.swift.org/swift-6.0.3-release/ubuntu2404/swift-6.0.3-RELEASE/swift-6.0.3-RELEASE-ubuntu24.04.tar.gz
1214
- uses: swiftwasm/setup-swiftwasm@v2
13-
- name: Install dependencies
14-
run: |
15-
apt-get update && apt-get install make nodejs npm -y
1615
- name: Run Benchmark
1716
run: |
1817
make bootstrap

0 commit comments

Comments
 (0)
Please sign in to comment.