Skip to content

Commit a5e7956

Browse files
committed
patch workflow
1 parent fed4b00 commit a5e7956

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/single_platform.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
container:
1616
image: ubuntu:24.04
1717
steps:
18+
- name: Install Git
19+
run: |
20+
apt update
21+
apt install -y git
1822
- name: Checkout
1923
uses: actions/checkout@v4
2024
with:
@@ -45,7 +49,6 @@ jobs:
4549
apt-get install -y \
4650
build-essential \
4751
cmake \
48-
git \
4952
curl \
5053
libssl-dev \
5154
python3-dev \
@@ -89,8 +92,8 @@ jobs:
8992
./b2 install --prefix=$GITHUB_WORKSPACE/boost_libs
9093
echo "BOOST_ROOT=$GITHUB_WORKSPACE/boost_libs" >> $GITHUB_ENV
9194
92-
- name: Git Submodule Update
93-
run: git submodule update --force --recursive --init --remote
95+
# - name: Git Submodule Update
96+
# run: git submodule update --force --recursive --init --remote
9497

9598
- name: Configure CMake DBG
9699
run: cmake --preset configure_dbg

0 commit comments

Comments
 (0)