Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeswitz authored Dec 17, 2024
1 parent 17fa5ba commit 3c4317c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
run: |
echo "EXCLUDED_ARCHITECTURES=arm64" >> "$GITHUB_WORKSPACE/WarDragon.xcconfig"
- name: Use existing CocoaPods setup
- name: Install Pods without Repo Update
if: matrix.language == 'swift'
run: |
echo "Pods are already installed, skipping pod install"
cd $GITHUB_WORKSPACE
pod install --no-repo-update
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 3c4317c

Please sign in to comment.