diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b5ed0b..a919f88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: Build: strategy: matrix: - app_name: [Calculator, Diceware, GPIO, GraphicsDemo, HelloWorld, SerialConsole, TwoEleven, MystifyDemo, Snake] + app_name: [Calculator, Diceware, GPIO, GraphicsDemo, HelloWorld, SerialConsole, TwoEleven, TamaTac, MystifyDemo, Snake] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/Apps/TamaTac/tactility.py b/Apps/TamaTac/tactility.py new file mode 120000 index 0000000..ca0ddb1 --- /dev/null +++ b/Apps/TamaTac/tactility.py @@ -0,0 +1 @@ +../../tactility.py \ No newline at end of file