Skip to content

Commit

Permalink
port trigger to use factors
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 committed Aug 28, 2024
1 parent 627e425 commit cb50136
Show file tree
Hide file tree
Showing 5 changed files with 1,281 additions and 3,295 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 cb50136

Please sign in to comment.