Skip to content

Commit

Permalink
fedora34
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhhgnik committed Oct 4, 2024
1 parent 1e72e66 commit cb72196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: fedora:latest
image: fedora:34
options: --workdir /github/workspace
env:
TARGET_ARCH: x86_64
GITHUB_WORKSPACE: /github/workspace

steps:
- name: Checkout code
Expand Down Expand Up @@ -53,4 +55,4 @@ jobs:
/usr/local/bin/cpu_air_verifier
./stone-prover-fedora-${TARGET_ARCH}.rpm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion fedora-build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Fix dependencies
# Build script for Fedora 34
set -o xtrace
set -e

Expand Down

0 comments on commit cb72196

Please sign in to comment.