mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Fix case statement
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
|
||||
sudo apt install nodejs
|
||||
matrix_os=${{ matrix.os }}
|
||||
case matrix_os in
|
||||
case $matrix_os in
|
||||
ubuntu-18.04)
|
||||
os_name="ubuntu~bionic"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user