Skip to content

Commit

Permalink
Fix wrong function call
Browse files Browse the repository at this point in the history
  • Loading branch information
jormundur00 committed Sep 24, 2024
1 parent 515bf1b commit f658772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ni-layers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ on:
push:
branches:
- 'jvukicev/GR-57251'
paths:
- '.github/workflows/ni-layers.yml'
#paths:
# - '.github/workflows/ni-layers.yml'
pull_request:
paths:
- '.github/workflows/ni-layers.yml'
Expand Down Expand Up @@ -121,5 +121,5 @@ jobs:
python-version: '${{ env.PYTHON_VERSION }}'
- name: Build layer
run: |
python3 ${{ env.LIBRARY_METADATA_PATH }}/build_layer.py ${{ matrix.coordinates }} ${{ env.GRAALVM_HOME }}/bin/native-image 0
python3 ${{ env.LIBRARY_METADATA_PATH }}/build_layer.py ${{ matrix.coordinates }} ${{ env.GRAALVM_HOME }}/bin/native-image 1
python3 ${{ env.LIBRARY_METADATA_PATH }}/build_layer.py ${{ matrix.coordinates }} ${{ env.GRAALVM_HOME }}/bin/native-image 0
python3 ${{ env.LIBRARY_METADATA_PATH }}/build_layer.py ${{ matrix.coordinates }} ${{ env.GRAALVM_HOME }}/bin/native-image 1

0 comments on commit f658772

Please sign in to comment.