Skip to content

Commit

Permalink
fix: macos sed
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Sep 25, 2023
1 parent 7908e53 commit abd5c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

- name: Make dev dependencies available (bzlmod)
if: matrix.bzlmodEnabled
run: sed -i 's/dev_dependency = True/dev_dependency = False/g' MODULE.bazel
run: sed -i ${{ matrix.os == 'macos-latest' && '' }} 's/dev_dependency = True/dev_dependency = False/g' MODULE.bazel

- name: Write rbe credentials
if: ${{ matrix.config == 'rbe' }}
Expand Down

0 comments on commit abd5c47

Please sign in to comment.