Skip to content

Commit e75c3c5

Browse files
committed
disable cross on CI
1 parent 4719579 commit e75c3c5

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,6 @@ jobs:
7171
with:
7272
targets: ${{ matrix.job.target }}
7373

74-
- name: Install cross
75-
if: runner.os == 'Linux'
76-
uses: taiki-e/install-action@v2
77-
with:
78-
tool: cross
79-
80-
- name: Overwrite build command env variable
81-
if: runner.os == 'Linux'
82-
shell: bash
83-
run: echo "BUILD_CMD=cross" >> $GITHUB_ENV
84-
8574
- name: Show version information
8675
shell: bash
8776
run: |

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-emulator"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
rust-version = "1.91.0"
55
edition = "2024"
66
description = "Desktop emulator for Firefly Zero"

0 commit comments

Comments
 (0)