Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienjuif committed Oct 29, 2023
1 parent 3c059c9 commit 25365f1
Show file tree
Hide file tree
Showing 3 changed files with 735 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
libasound2-dev \
libudev-dev \
pkg-config \
build-essential \
curl \
ca-certificates && \
rm -rf /var/lib/apt/lists/*

RUN curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location --silent --show-error --fail "https://sh.rustup.rs" | sh -s -- --default-toolchain stable -y
Loading

0 comments on commit 25365f1

Please sign in to comment.