Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
Remote updates (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
  • Loading branch information
refcell and emhane authored Jan 27, 2025
1 parent 7668b56 commit 8e6c822
Show file tree
Hide file tree
Showing 249 changed files with 5,543 additions and 4,573 deletions.
35 changes: 18 additions & 17 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,28 @@ on:
push:
branches: [main]
pull_request:
branches: [optimism]
branches: [main]
merge_group:

jobs:
#check-reth:
# runs-on: ubuntu-20.04
# timeout-minutes: 60
check-reth:
runs-on: ubuntu-20.04
timeout-minutes: 60

# steps:
# - uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@stable
# with:
# target: x86_64-pc-windows-gnu
# - uses: taiki-e/install-action@cross
# - uses: Swatinem/rust-cache@v2
# with:
# cache-on-failure: true
# - name: mingw-w64
# run: sudo apt-get install -y mingw-w64
# - name: Check Reth
# run: cargo check --target x86_64-pc-windows-gnu
steps:
- uses: actions/checkout@v4
- uses: rui314/setup-mold@v1
- uses: dtolnay/rust-toolchain@stable
with:
target: x86_64-pc-windows-gnu
- uses: taiki-e/install-action@cross
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: mingw-w64
run: sudo apt-get install -y mingw-w64
- name: Check Reth
run: cargo check --target x86_64-pc-windows-gnu

check-op-reth:
runs-on: ubuntu-20.04
Expand Down
Loading

0 comments on commit 8e6c822

Please sign in to comment.