This commit is contained in:
Martin Rotter 2020-12-08 10:56:33 +01:00
parent 3595fa3394
commit a927afee0a
3 changed files with 3 additions and 3 deletions

View file

@ -25,4 +25,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Compile app - name: Compile app
run: ${{ matrix.script_name }} ${{ matrix.qmake_args }} run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.qmake_args }}"

View file

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
echo "testttt $1" echo "testttt $1 $2"

View file

@ -1 +1 @@
echo "testttt $args[0]" echo "testttt $args[0] $args[1]"