Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update GitHub Actions workflow and add .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesatomc committed Dec 28, 2024
1 parent 6f0fa2d commit 3b07ec3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
To modify the GitHub Actions workflow to build the Rust project for Windows, you can add a new job that runs on a Windows runner (`windows-latest`). Here is an updated version of your workflow file:

```yaml
name: Rust

on:
Expand Down Expand Up @@ -35,4 +32,4 @@ jobs:
- name: Build
run: cargo build --verbose
# - name: Run tests
# run: cargo test --verbose
# run: cargo test --verbose
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*~
.idea
.DS_Store
target
tmp
Cargo.lock
frameworks/kanari-framework/build

0 comments on commit 3b07ec3

Please sign in to comment.