Skip to content

Commit

Permalink
Improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvov1 committed Nov 27, 2024
1 parent 2cdfae0 commit 4cd219f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
Measure:
runs-on: macos-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install packages
run: brew install google-benchmark gmp cryptopp cmake
run: sudo apt-get -qq install libbenchmark-dev libgmp3-dev libcrypto++-dev libcrypto++-doc libcrypto++-utils

- name: Set reusable strings
id: strings
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Download font file
working-directory: ${{ steps.strings.outputs.ci }}
run: wget https://github.com/google/fonts/blob/main/ofl/courierprime/CourierPrime-Bold.ttf -q
run: wget https://github.com/google/fonts/raw/refs/heads/main/ofl/courierprime/CourierPrime-Bold.ttf -q

- name: Run Python script
working-directory: ${{ steps.strings.outputs.ci }}
Expand Down

0 comments on commit 4cd219f

Please sign in to comment.