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:
112
112
- name : FreeBSD toolchain setup
113
113
run : |
114
114
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 && \
116
116
mkdir -p $SYSROOT_PATH && cd $SYSROOT_PATH && \
117
117
tar -xf /tmp/base.txz ./lib/ ./usr/lib/ ./usr/include/ && \
118
118
cd $SYSROOT_PATH/usr/lib && \
@@ -144,12 +144,12 @@ jobs:
144
144
- name : OpenBSD toolchain setup
145
145
run : |
146
146
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 && \
149
149
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
153
153
- name : CMake generate
154
154
run : |
155
155
mkdir build && cd build
You can’t perform that action at this time.
0 commit comments