Skip to content

Commit

Permalink
Merge pull request #41 from karthik2804/update_to_factors
Browse files Browse the repository at this point in the history
port trigger to use factors
  • Loading branch information
karthik2804 authored Aug 29, 2024
2 parents 627e425 + 6bd5b41 commit 39c5bf5
Show file tree
Hide file tree
Showing 5 changed files with 1,294 additions and 3,294 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.76
toolchain: 1.79

- name: Install dependencies
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.76
toolchain: 1.79
targets: ${{ matrix.config.target }}
- name: Install Spin
uses: rajatjindal/setup-actions/spin@main
Expand Down
Loading

0 comments on commit 39c5bf5

Please sign in to comment.