Skip to content

Commit

Permalink
gha: still update python/cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Mar 13, 2024
1 parent aa288c6 commit a42c21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@v4
with:
submodules: true
# Check if we have a WASM cache hit
- name: "Get digest of all submodules"
id: submodule-commit
Expand Down Expand Up @@ -158,6 +156,8 @@ jobs:
run: |
sudo apt install -y zstd
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git submodule update --init ./cpp
git submodule update --init ./python
echo "digest=$(git submodule status | awk '{ print $1; }' | md5sum | cut -d' ' -f1)" >> $GITHUB_OUTPUT
- name: "Get WASM cache"
uses: actions/cache/restore@v4
Expand Down

0 comments on commit a42c21d

Please sign in to comment.