Skip to content

Commit

Permalink
Stop doing HEAD-only install, use released toolchain instead (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
roscopeco authored Oct 26, 2024
1 parent 907ca3a commit fd1deac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN brew install gcc-cross-m68k@13 vasm-all srecord
RUN brew unlink binutils-cross-m68k
RUN brew unlink gcc-cross-m68k@13
RUN brew unlink vasm-all
RUN brew install --HEAD rosco-m68k-toolchain@13
RUN brew install rosco-m68k-toolchain@13
RUN brew link --overwrite binutils-cross-m68k
RUN brew link --overwrite gcc-cross-m68k@13
ENTRYPOINT /bin/zsh
Expand Down

0 comments on commit fd1deac

Please sign in to comment.