Skip to content

Commit

Permalink
Merge remote-tracking branch 'phymbert/master' into hp/server/deps-ch…
Browse files Browse the repository at this point in the history
…eck-TMP-2

# Conflicts:
#	.github/workflows/server.yml
  • Loading branch information
phymbert committed Mar 31, 2024
2 parents 8ae0e92 + 8fa36a8 commit 8e677be
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,6 @@ jobs:
options: --cpus 4

steps:
- name: Clone
id: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Verify server deps
id: verify_server_deps
run: |
cd examples/server
./deps.sh
not_ignored_files="$(git ls-files --others)"
if [ -n "${not_ignored_files}" ]; then
echo "Repository is dirty or server deps are not built as expected"
echo "${not_ignored_files}"
exit 1
fi
- name: Dependencies
id: depends
run: |
Expand All @@ -72,10 +54,17 @@ jobs:
git \
cmake \
python3-pip \
curl \
wget \
language-pack-en \
libcurl4-openssl-dev
- name: Clone
id: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Verify server deps
id: verify_server_deps
run: |
Expand Down

0 comments on commit 8e677be

Please sign in to comment.