Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into vstakhov-fix-multip…
Browse files Browse the repository at this point in the history
…attern-init
  • Loading branch information
vstakhov committed Mar 15, 2024
2 parents 8637480 + 862608a commit ba48cba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci_rspamd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
sudo mkdir -p ${GITHUB_WORKSPACE}
sudo chown -R build:build ${GITHUB_WORKSPACE}
- name: Check out the repo
run: |
cd ${GITHUB_WORKSPACE}
git clone ${{ github.server_url }}/${{ github.repository }} --branch ${{ github.ref_name }} --single-branch src
- name: Check out source code
uses: actions/checkout@v4

- name: Set variables on ARM64
if: runner.arch == 'ARM64'
Expand Down

0 comments on commit ba48cba

Please sign in to comment.