Skip to content

Commit

Permalink
setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gfusee committed Nov 7, 2023
1 parent 8c25e8d commit 6c97e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Configuring git client
run: git config --global user.email "[email protected]" && git config --global user.name "Quentin Diebold (CI)"
- name: Switch to Rust nightly
run: rustup default nightly
- name: Build
Expand Down

0 comments on commit 6c97e92

Please sign in to comment.