Skip to content

Commit

Permalink
Fix linux build action [ci build]
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored May 11, 2021
1 parent dca5df1 commit dd12a29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands
run: tools/travis-scripts/before-install.sh
run: |
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
tools/travis-scripts/before-install.sh
- name: Build
# Execute the build. You can specify a specific target with "--target <NAME>"
Expand Down

0 comments on commit dd12a29

Please sign in to comment.