Skip to content

Commit

Permalink
Fix typo in action file
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lyons committed Apr 29, 2022
1 parent 1a880b8 commit f511cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
make RUBY_VER=${{ matrix.ruby_ver }}
source vars.sh
cd ..
meson build -Dmri_version=${{ matrix.ruby_ver }} --prefix=$PWD/out/ -Dsteam=${{ steam }}
meson build -Dmri_version=${{ matrix.ruby_ver }} --prefix=$PWD/out/ -Dsteam=${{ matrix.steam }}
cd build && ninja install
- name: Create dist folder
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
make RUBY_VER=${{ matrix.ruby_ver }}
source vars.sh
cd ..
meson build -Dmri_version=${{ matrix.ruby_ver }} --prefix=$PWD/out/ -Dsteam=${{ steam }}
meson build -Dmri_version=${{ matrix.ruby_ver }} --prefix=$PWD/out/ -Dsteam=${{ matrix.steam }}
cd build && ninja install
- name: Create dist folder
run: |
Expand Down

0 comments on commit f511cf9

Please sign in to comment.