From 442e322537ac9a4f6874ac2e36abd298bbcfedf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Wed, 17 Apr 2024 17:34:38 +0200 Subject: [PATCH 1/2] feat(docs): Update README to have the new location of assets (#45) [69] Make workflow compatible with medium act images https://openproject.stefka.eu/work_packages/69 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 912282b..4bd89f9 100644 --- a/README.md +++ b/README.md @@ -159,4 +159,4 @@ or message [me (@jiriks74)](https://discordapp.com/users/517810049360461837) on Asset additions and changes are also welcome! Supported file types can be found in [`file_assets.lua`](lua/presence/file_assets.lua) and their referenced asset files -can be found [in this folder](https://www.dropbox.com/sh/j8913f0gav3toeh/AADxjn0NuTprGFtv3Il1Pqz-a?dl=0). +can be found in [the `icon-assets` branch](https://github.com/jiriks74/presence.nvim/tree/icon-assets). From 655aa1d9c7805d8a05cf0ca0cead0c5e566f301e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Wed, 17 Apr 2024 17:40:49 +0200 Subject: [PATCH 2/2] Task/69 make workflow compatible with medium act images (#46) * feat(ci/cd): Make workflows compatible with medium act images for reference: https://nektosact.com/usage/runners.html [69] Make workflow compatible with medium act images https://openproject.stefka.eu/work_packages/69 * fix(ci/cd): use sudo to install cargo --- .github/workflows/stylua.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index fac1a50..e97113c 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -4,6 +4,9 @@ jobs: StyLuacheck: runs-on: ubuntu-latest steps: + - name: Install cargo + run: sudo apt update && sudo apt install -y cargo + - name: Install StyLua from crates.io uses: baptiste0928/cargo-install@v3 with: