Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
planetoryd authored Aug 27, 2024
1 parent a5014ba commit 0c094df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: rustup toolchain install
uses: dtolnay/rust-toolchain@v1
with:
toolchain: nightly
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
run: cargo build -r
- uses: actions/upload-artifact@master
with:
path: ./target/release/*sproxy*
# - name: Run tests
# run: cargo test --verbose

0 comments on commit 0c094df

Please sign in to comment.