define __slots__ for class ByteFifo (#202)

* define __slots__ for class ByteFifo

* disable set-timezone action

* set set-timezone to UTC

* try MathRobin/timezone-action@v1.1

* set TZ to "Europe/Berlin"

* define __slots__
This commit is contained in:
Stefan Allius
2024-10-15 22:16:22 +02:00
committed by GitHub
parent 6b9c13ddfe
commit 6da5d2cef6
5 changed files with 13 additions and 7 deletions

View File

@@ -24,18 +24,15 @@ permissions:
contents: read
pull-requests: read # allows SonarCloud to decorate PRs with analysis results
env:
TZ: "Europe/Berlin"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set timezone
uses: szenius/set-timezone@v2.0
with:
timezoneLinux: "Europe/Berlin"
timezoneMacos: "Europe/Berlin"
timezoneWindows: "Europe/Berlin"
# - name: Start Mosquitto
# uses: namoshek/mosquitto-github-action@v1
# with: