mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
remove adding dependeces
This commit is contained in:
parent
f504dd8f08
commit
daa17ce971
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -27,8 +27,7 @@ jobs:
|
|||
|
||||
- name: Install cross-compilation dependencies
|
||||
run: |
|
||||
sudo sed -i 's/deb http:\/\/security.ubuntu.com/deb [arch=amd64] http:\/\/security.ubuntu.com/' /etc/apt/sources.list
|
||||
sudo dpkg --add-architecture arm64
|
||||
sudo apt-get update -y
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y gcc-aarch64-linux-gnu libudev-dev:arm64
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue