diff --git a/.github/workflows/pr-ubuntu-docker.yml b/.github/workflows/pr-ubuntu-docker.yml index 792ee7c798..296252afc3 100644 --- a/.github/workflows/pr-ubuntu-docker.yml +++ b/.github/workflows/pr-ubuntu-docker.yml @@ -17,13 +17,13 @@ jobs: base_system: # The usual container used for all builds within the CI and the one # we use as the base for server builds with preinstalled/cached deps - # - ubuntu-vcpkg-deps + - ubuntu-vcpkg-deps # Distros that our contributors are likely to run # - ubuntu-2204 # - ubuntu-2404 # - debian - - archlinux + # - archlinux runs-on: ubuntu-latest steps: - name: Checkout diff --git a/build.sh b/build.sh index 9b4d3a60d5..1f4c7abac1 100755 --- a/build.sh +++ b/build.sh @@ -36,8 +36,8 @@ fi if [ ! -d "$SKYMP_COMPAT_BIN" ]; then mkdir -pv "$SKYMP_COMPAT_BIN" - ln -s "$CC" "$SKYMP_COMPAT_BIN/clang" - ln -s "$CXX" "$SKYMP_COMPAT_BIN/clang++" + # ln -s "$CC" "$SKYMP_COMPAT_BIN/clang" + # ln -s "$CXX" "$SKYMP_COMPAT_BIN/clang++" echo "Set up compatibility path for build." fi