File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,28 +106,28 @@ jobs:
106106 - name : Fix pkg-config (Windows)
107107 if : matrix.config.os == 'windows'
108108 run : |
109- Remove-Item -Path C:\Strawberry\ -Recurse
109+ Remove-Item -Path C:\Strawberry\ -Recurse
110110 choco install pkgconfiglite
111111 echo "PKG_CONFIG_PATH=C:/lib/pkgconfig" | Out-File -FilePath $env:GITHUB_ENV -Append
112112
113- - name : Configure
113+ - name : Configure OOPetris
114114 run : |
115115 cd oopetris
116116 meson setup build -Dbuildtype=release -Ddefault_library=static -Dclang_libcpp=${{ matrix.config.os == 'macos' && 'enabled' || 'disabled' }} -Donly_build_libs=true ${{ matrix.config.os == 'windows' && '-Db_vscrt=static_from_buildtype' || '' }}
117117
118118 - name : Build and install Libs
119119 if : matrix.config.os != 'ubuntu'
120120 run : |
121- cd oopetris
121+ cd oopetris
122122 meson install -C build
123123
124124 - name : Build and install Libs (Linux)
125125 if : matrix.config.os == 'ubuntu'
126126 run : |
127- cd oopetris
127+ cd oopetris
128128 sudo meson install -C build
129129
130- - name : BuildC Wrapper
130+ - name : Build C Wrapper
131131 run : |
132132 cd oopetris_c_wrapper
133133 meson setup -Dtests=false -Dexample=false build -Dbuildtype=release -Ddefault_library=static
@@ -136,18 +136,18 @@ jobs:
136136 - name : Install C Wrapper
137137 if : matrix.config.os != 'ubuntu'
138138 run : |
139- cd oopetris_c_wrapper
139+ cd oopetris_c_wrapper
140140 meson install -C build
141141
142142 - name : Build and install Libs (Linux)
143143 if : matrix.config.os == 'ubuntu'
144144 run : |
145- cd oopetris_c_wrapper
145+ cd oopetris_c_wrapper
146146 sudo meson install -C build
147147
148148 - uses : haskell-actions/setup@v2
149149 with :
150- ghc-version : ' 9.6.5 '
150+ ghc-version : ' 9.6.6 '
151151 enable-stack : true
152152 stack-version : ' latest'
153153
You can’t perform that action at this time.
0 commit comments