File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6666 'macos-all-arm64'
6767 'macos-all-x86_64'
6868 'sles-15-x86_64'
69+ 'sles-16-x86_64'
6970 'ubuntu-22.04-aarch64'
7071 'ubuntu-22.04-amd64'
7172 'ubuntu-24.04-aarch64'
@@ -140,7 +141,7 @@ jobs:
140141 brew list --formula | xargs -r brew uninstall --force --ignore-dependencies
141142 brew autoremove
142143 sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" -- --force
143-
144+
144145 echo '*** Removing /opt/homebrew directory ***'
145146 sudo rm -rf /opt/homebrew
146147
@@ -189,7 +190,7 @@ jobs:
189190 # matter for any other part of the build process.
190191 # See https://github.com/OpenVoxProject/openvox/blob/5bcee89748ad1069ac31504cbc4853a6d636c2b0/lib/puppet/feature/base.rb#L13-L19
191192 echo "root:*:0:0:::" | Out-File -FilePath C:\cygwin64\etc\passwd -Encoding ASCII
192-
193+
193194 - name : Bundle install
194195 working-directory : ${{ inputs.working_directory }}
195196 run : bundle install --retry=3
@@ -201,7 +202,7 @@ jobs:
201202 rm -rf output
202203 DESCRIBE=$(git describe --abbrev=9)
203204 echo "describe=${DESCRIBE//-/.}" >> $GITHUB_OUTPUT
204- bundle exec rake vox:build['${{ inputs.project_name }}','${{ matrix.platform }}']
205+ bundle exec rake vox:build['${{ inputs.project_name }}','${{ matrix.platform }}']
205206
206207 - name : Upload build artifacts
207208 uses : actions/upload-artifact@v6
You can’t perform that action at this time.
0 commit comments