Skip to content

Commit

Permalink
Patch bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander authored Nov 16, 2024
1 parent 249b018 commit 0dc0825
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"image": "mcr.microsoft.com/devcontainers/rust:latest-bullseye",
"image": "mcr.microsoft.com/devcontainers/rust:latest",
"tasks": {
"test": "cargo test",
"build": "cargo build",
"launch": "cargo fmt --check"
}
}
}
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request:
pull_request:

jobs:
build:
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: binaries-${{ matrix.target }}
path: target/${{ matrix.target }}/release/
path: target/${{ matrix.target }}/release/
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0dc0825

Please sign in to comment.