Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Apr 20, 2024
1 parent 101e429 commit eddce7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libdbus-1-dev
docker pull ghcr.io/prebuild/linux-arm64-lts
docker run ghcr.io/prebuild/linux-arm64-lts "apt-get install libdbus-1-dev cmake"
docker run ghcr.io/prebuild/linux-arm64-lts apt-get install libdbus-1-dev cmake
docker pull ghcr.io/prebuild/linux-armv7
docker run ghcr.io/prebuild/linux-armv7 "apt-get install libdbus-1-dev cmake"
docker run ghcr.io/prebuild/linux-armv7 apt-get install libdbus-1-dev cmake
docker pull ghcr.io/prebuild/linux-armv6
docker run ghcr.io/prebuild/linux-armv6 "apt-get install libdbus-1-dev cmake"
docker run ghcr.io/prebuild/linux-armv6 apt-get install libdbus-1-dev cmake
- if: contains(matrix.os, 'macos')
uses: jwlawson/[email protected]
with:
Expand Down

0 comments on commit eddce7f

Please sign in to comment.