Skip to content

Commit 6c1eef0

Browse files
authored
Merge pull request #119 from cloudsftp/support-firmware-3.24
2 parents 46ea123 + 7d7db37 commit 6c1eef0

File tree

7 files changed

+156
-298
lines changed

7 files changed

+156
-298
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4444
- uses: actions/checkout@v2
4545

46-
- uses: cachix/[email protected]
47-
with:
48-
nix_path: nixpkgs=channel:nixos-unstable
49-
50-
- run: nix-shell
51-
- run: cargo build
46+
- run: |
47+
docker run -v $GITHUB_WORKSPACE:/mnt -w /mnt ghcr.io/toltec-dev/rust:latest bash -c '
48+
source /opt/x-tools/switch-arm.sh
49+
cargo build --release --target=armv7-unknown-linux-gnueabihf
50+
'

0 commit comments

Comments
 (0)