Skip to content

Commit b864089

Browse files
committed
Let's ty this
1 parent 8c7bb03 commit b864089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/easy_compile/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ runs:
4545
with:
4646
name: "stage-${{ runner.os }}-${{ runner.arch }}"
4747
path: |
48-
${{ inputs.working-directory }}/tmp/**/*.so
49-
${{ inputs.working-directory }}/tmp/**/*.bundle
48+
${{ inputs.working-directory }}/tmp/**/*
5049
${{ inputs.working-directory }}/pkg/*.gem
5150
if-no-files-found: error
5251
retention-days: 1

lib/easy_compile/compilation_tasks.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def disable_shared
104104

105105
makefile_tasks.each do |task|
106106
task.enhance do
107+
puts "#{task.name} is being enhanced"
107108
makefile_content = File.read(task.name)
108109
makefile_content.sub!(/(LIBRUBYARG_SHARED = )(?:-l\$\(RUBY_SO_NAME\))(.*)/, '\1\2')
109110

0 commit comments

Comments
 (0)