We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e935392 commit dcc58e0Copy full SHA for dcc58e0
.github/workflows/ci.yml
@@ -74,6 +74,7 @@ jobs:
74
run: make deps
75
76
- name: Change DNS configuration
77
+ if: runner.os == 'Linux'
78
run: sudo mount --bind /run/systemd/resolve/resolv.conf /etc/resolv.conf
79
80
# - name: Setup tmate session
0 commit comments