We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
swiftwasm
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e6dd6d7 commit 7af3f7fCopy full SHA for 7af3f7f
.github/workflows/perf.yml
@@ -4,15 +4,14 @@ on: [pull_request]
4
5
jobs:
6
perf:
7
- runs-on: ubuntu-latest
8
- container: swift:6.0.3
+ runs-on: ubuntu-24.04
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v4
+ - 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
14
- uses: swiftwasm/setup-swiftwasm@v2
- - name: Install dependencies
- run: |
15
- apt-get update && apt-get install make nodejs npm -y
16
- name: Run Benchmark
17
run: |
18
make bootstrap
0 commit comments