Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetSaroha committed Dec 7, 2023
1 parent 6fd2515 commit 9743a3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Create the /tmp folder for MacOS
if: {{ matrix.os == "macos"}}
run: |
sudo mkdir -p /tmp
sudo chmod -R 777 /tmp
- name: Install MacOS extra tools and add extra config
if: ${{ matrix.os == 'macos' }}
run: |
Expand Down

0 comments on commit 9743a3d

Please sign in to comment.