Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Jun 2, 2024
1 parent 5b50321 commit b39abd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
# setting java17
ls -alh /usr/lib/jvm/
# export JAVA_HOME=/usr/lib/jvm/java-17-temurin-amd64
export CARGO_BIN_NAME=cargo
# building lingo
cargo b --release
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: CARGO_BIN_NAME=cargo
- uses: actions-rs/cargo@v1
with:
command: check
Expand All @@ -32,7 +31,6 @@ jobs:
toolchain: stable
override: true
- run: rustup component add rustfmt
- run: CARGO_BIN_NAME=cargo
- uses: actions-rs/cargo@v1
with:
command: fmt
Expand Down

0 comments on commit b39abd0

Please sign in to comment.