mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 01:24:36 +00:00
fix missing spaces on if condition
This commit is contained in:
parent
d0bee9281d
commit
6c5ef75a5c
3
.github/workflows/Linux.yml
vendored
3
.github/workflows/Linux.yml
vendored
@ -22,9 +22,10 @@ jobs:
|
||||
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libgmp-dev
|
||||
- name: Setup env variables
|
||||
id: envs
|
||||
shell: bash
|
||||
run: |
|
||||
echo ::set-output name=date::"$(cat ML_VERSION)"
|
||||
if ["${{matrix.precision}}" == "double_precision"]; then
|
||||
if [ "${{matrix.precision}}" == "double_precision" ]; then
|
||||
echo ::set-output name=artifact_suffix::"_double"
|
||||
else
|
||||
echo ::set-output name=artifact_suffix::""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user