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 91f28b4 commit 187e8dcCopy full SHA for 187e8dc
.github/actions/unix_getlibs_apt/action.yml
@@ -30,10 +30,10 @@ runs:
30
libopenexr-dev \
31
libsdl-dev
32
# Only install the following if we plan on needing them
33
- if {{ $inputs.need-boost-system }} ; then
+ if ${{ inputs.need-boost-system }} ; then
34
sudo apt-get install --no-upgrade libboost-system-dev
35
fi
36
- if {{ $inputs.need-boost-thread }} ; then
+ if ${{ inputs.need-boost-thread }} ; then
37
sudo apt-get install --no-upgrade libboost-thread-dev
38
39
# Make sure we have all the tools we want
0 commit comments