]> Nishi Git Mirror - dataworks.git/commitdiff
please work
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 06:42:33 +0000 (06:42 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 06:42:33 +0000 (06:42 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@264 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

.github/workflows/build.yml

index 4d9eab872722e9c49d7762a198fe1099f0c5dd6b..19763d5f60634f008987171bc05d35678beba6d3 100644 (file)
@@ -103,9 +103,9 @@ jobs:
     - name: Checkout
       uses: actions/checkout@v4
     - name: Install packages
-      run: brew install flex byacc make doxygen
+      run: brew install flex byacc make doxygen graphviz
     - name: Make
-      run: make -j3
+      run: make -j3 YACC=byacc
 
   release: