File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 - name : FreeBSD toolchain setup
113113 run : |
114114 sudo apt-get -qq install clang lld && cd /tmp && \
115- wget -nv http://ftp.plusline.de/FreeBSD/releases/amd64/13.1 -RELEASE/base.txz && \
115+ wget -nv http://ftp.plusline.de/FreeBSD/releases/amd64/13.2 -RELEASE/base.txz && \
116116 mkdir -p $SYSROOT_PATH && cd $SYSROOT_PATH && \
117117 tar -xf /tmp/base.txz ./lib/ ./usr/lib/ ./usr/include/ && \
118118 cd $SYSROOT_PATH/usr/lib && \
@@ -144,12 +144,12 @@ jobs:
144144 - name : OpenBSD toolchain setup
145145 run : |
146146 sudo apt-get -qq install clang lld && cd /tmp && \
147- wget -nv https://cdn.openbsd.org/pub/OpenBSD/7.2 /amd64/base72 .tgz \
148- https://cdn.openbsd.org/pub/OpenBSD/7.2 /amd64/comp72 .tgz && \
147+ wget -nv https://cdn.openbsd.org/pub/OpenBSD/7.4 /amd64/base74 .tgz \
148+ https://cdn.openbsd.org/pub/OpenBSD/7.4 /amd64/comp74 .tgz && \
149149 mkdir -p $SYSROOT_PATH && cd $SYSROOT_PATH && \
150- tar -xf /tmp/base72 .tgz ./usr/lib/ ./usr/include/ && \
151- tar -xf /tmp/comp72 .tgz ./usr/lib/ ./usr/include/ && \
152- rm -f /tmp/base72 .tgz /tmp/comp72 .tgz
150+ tar -xf /tmp/base74 .tgz ./usr/lib/ ./usr/include/ && \
151+ tar -xf /tmp/comp74 .tgz ./usr/lib/ ./usr/include/ && \
152+ rm -f /tmp/base74 .tgz /tmp/comp74 .tgz
153153 - name : CMake generate
154154 run : |
155155 mkdir build && cd build
You can’t perform that action at this time.
0 commit comments