Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Jul 28, 2024
1 parent 59084db commit 1cf96b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/debian-sid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ RUN echo "deb http://deb.debian.org/debian experimental main\n\

RUN apt-get update --assume-yes
# install experimental g++ to test issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037667
#RUN apt-get -t=experimental install --assume-yes g++ binutils # broken binutils dependency
RUN apt-get -t=experimental install --assume-yes g++ binutils # broken binutils dependency
RUN apt-get install --assume-yes \
git \
g++ \
make \
cmake \
python3 \
Expand Down

0 comments on commit 1cf96b1

Please sign in to comment.