Skip to content

Commit

Permalink
Githubactions: Install more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Aug 11, 2023
1 parent 6e7e30d commit 8c3d800
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
PLATFORM=$(echo -n "$DOCKER_IMAGE" | sed -E 's/[^a-zA-Z0-9]//g')
echo "PLATFORM=$PLATFORM" >> $GITHUB_ENV
- name: install dependencies from package management
- name: install dependencies
env:
CC: ${{ matrix.cc }}
DEBIAN_FRONTEND: noninteractive
Expand All @@ -113,6 +113,8 @@ jobs:
apt-get update && apt-get dist-upgrade -y
apt-get install -y build-essential \
gcc \
g++ \
chrpath \
cmake \
pkg-config \
Expand All @@ -134,11 +136,7 @@ jobs:
curl -o rustup.sh https://sh.rustup.rs
bash ./rustup.sh -y
find . -name "cargo"
ls $HOME/.cargo/bin
export PATH=$PATH:$HOME/.cargo/bin
cargo version
cargo install cargo-deb
Expand Down

0 comments on commit 8c3d800

Please sign in to comment.