Skip to content

Commit

Permalink
Trying sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and gerickson committed Aug 12, 2020
1 parent e3fd891 commit 1950622
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
scripts/build/bootstrap.sh $BOOTSTRAP_ARGUMENTS
- name: Configure IPv6
run:
sed -i 's/::1 ip6-localhost ip6-loopback/::1 localhost
ip6-localhost ip6-loopback/g' /etc/hosts
sudo sed -i 's/::1 ip6-localhost
ip6-loopback/::1 localhost ip6-localhost ip6-loopback/g'
/etc/hosts
- name: Run Build
run: scripts/build/default.sh
- name: Run mbedTLS Tests
Expand Down

0 comments on commit 1950622

Please sign in to comment.