Skip to content

Commit

Permalink
🎨 Fix tuple printfxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Dec 9, 2019
1 parent 62a5af2 commit 1b60714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -5,7 +5,7 @@ on: [push]

jobs:
build:
name: ${{ matrix.cc }} ${{ matrix.double && 'double' || ''}}
name: ${{ matrix.double && 'double' || ''}}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Expand Up @@ -23,9 +23,11 @@ jobs:
- name: Export Script Parameter
run: |
echo "::set-env name=test_dir::${{ runner.temp }}"
echo "export GWION_TEST_DIR=${{ runner.temp }} > ~/.bashrc
- name: test
run: |
ls ${{ runner.temp }}
echo $GWION_TEST_DIR
GWION_TEST_DIR=${{ runner.temp }} VALGRIND=NO_VALGRIND bash scripts/test.sh tests/match
# make separator='\' VALGRIND=NO_VALGRIND SEVERITY=3 GWION_TEST_DIR=${{ runner.temp }} CC=$(which gcc) test

0 comments on commit 1b60714

Please sign in to comment.