diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 745e6af..118675d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -13,8 +13,8 @@ jobs: - name: Install Dependencies run: sudo apt-get install libdbus-1-dev libdbus-glib-1-dbus + - uses: actions/checkout@master - name: Compile and release - uses: actions/checkout@master uses: rust-build/rust-build.action@v1.4.5 env: GITHUB_TOKEN: ${{ secrets.GT_TOKEN }}