Skip to content

Commit 071b0ee

Browse files
committed
remove unnecessary git configuration and submodule update from Arch Linux workflow
1 parent 64a0dd7 commit 071b0ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/archlinux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Arch Linux Build
1+
name: Build and Test (Arch Linux)
22

33
on:
44
workflow_dispatch:
@@ -22,8 +22,6 @@ jobs:
2222
- name: Build and test Element in Arch Linux container
2323
run: |
2424
docker run --rm --user $(id -u):$(id -g) -v $(pwd):/workspace element:archlinux bash -c "
25-
git config --global --add safe.directory /workspace && \
26-
git submodule update --init --recursive && \
2725
cmake -B build-arch -G Ninja -DCMAKE_BUILD_TYPE=Release -DELEMENT_BUILD_PLUGINS=ON -DELEMENT_BUILD_TESTS=ON && \
2826
cmake --build build-arch && \
2927
ctest --test-dir build-arch --output-on-failure

0 commit comments

Comments
 (0)