Skip to content

Commit

Permalink
Fix auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lt committed Feb 25, 2024
1 parent 704ecb8 commit e8b824c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prebuild
run: touch RUNTIME_SNAPSHOT.bin
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit e8b824c

Please sign in to comment.