Skip to content

Commit

Permalink
Update primary.yml
Browse files Browse the repository at this point in the history
Fixed Syntax error in yml file
  • Loading branch information
Peter-John-paystack authored Oct 18, 2023
1 parent 20f56a3 commit c2418b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
with:
xcode-version: latest-stable

- name: Setup environment
run: |
- name: Setup environment
run: |
bundle install
- name: Build
Expand Down

0 comments on commit c2418b1

Please sign in to comment.