Skip to content

Commit

Permalink
add aftman
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie-idb committed Jan 1, 2024
1 parent e31b907 commit 48a3c6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- uses: actions/checkout@v1
- name: Setup Rust toolchain
run: rustup default stable
- uses: ok-nick/[email protected]
- name: Install aftman tools
run: aftman install
- name: Build run-in-roblox plugin
run: cd plugin && lune build.lua
- name: Build
run: cargo build --locked --verbose
- name: Run example script
Expand Down
7 changes: 7 additions & 0 deletions aftman.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file lists tools managed by Aftman, a cross-platform toolchain manager.
# For more information, see https://github.com/LPGhatguy/aftman

# To add a new tool, add an entry to this table.
[tools]
lune = "filiptibell/[email protected]"
# rojo = "rojo-rbx/[email protected]"

0 comments on commit 48a3c6e

Please sign in to comment.