Skip to content

Commit

Permalink
Updated to memflow 0.2.0-beta11 and pinned workflow rust version to 1…
Browse files Browse the repository at this point in the history
….70.0
  • Loading branch information
ko1N committed Dec 17, 2023
1 parent 2eea573 commit ab74c4d
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 180 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
target: ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "armv7-unknown-linux-gnueabihf", "x86_64-pc-windows-gnu"]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- name: Install rust 1.70.0
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.70.0
override: true
- name: Download renamer
run: curl -sSf https://raw.githubusercontent.com/memflow/memflowup/master/target_rename.sh > target_rename.sh
- name: Build artifacts
Expand Down
Loading

0 comments on commit ab74c4d

Please sign in to comment.