Skip to content

Commit

Permalink
Adding in git admin for adding in autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Feb 27, 2024
1 parent f9d10c4 commit bc01f7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

steps:
- name: Setup Rust
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ __pycache__/
build/
dist/
logs/
master_mapping.rs
decode_data.rs

0 comments on commit bc01f7f

Please sign in to comment.