Skip to content

Commit 408dd5c

Browse files
committed
Don't set --config=linux explicitly
1 parent f30cd08 commit 408dd5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
sudo ./llvm.sh ${{ matrix.tag }}
2626
sudo apt install -y llvm-${{ matrix.tag }}-dev libclang-${{ matrix.tag }}-dev liblldb-${{ matrix.tag }}-dev
2727
28-
- name: Setup Bazel
29-
run: |
30-
echo "build --config=linux" > user.bazelrc
31-
3228
- name: Build
3329
run: bazel build :all
3430

0 commit comments

Comments
 (0)