Skip to content

Commit 7ce591b

Browse files
author
Vladimir Kotal
committed
honor RUNNER_OS=Linux
1 parent efa0814 commit 7ce591b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
3+
if [[ "$TRAVIS_OS_NAME" == "linux" || "RUNNER_OS" == "Linux" ]]; then
44
sudo apt-get update -qq
55
if [[ $? != 0 ]]; then
66
echo "cannot update"

0 commit comments

Comments
 (0)