Skip to content

Commit

Permalink
Update HEMTT actions (#18)
Browse files Browse the repository at this point in the history
* Remove obsolete ASC config

* Use latest hemtt action
  • Loading branch information
Timi007 authored Mar 3, 2024
1 parent 2b9cda5 commit 6c89bd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Checkout the source code
uses: actions/checkout@v4
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
uses: arma-actions/hemtt@main
- name: Run HEMTT build
run: hemtt build
run: hemtt build --no-bin
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup HEMTT
uses: arma-actions/hemtt@v1
uses: arma-actions/hemtt@main

- name: Setup Tools
run: |
Expand Down
8 changes: 0 additions & 8 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ authority = "mts_nature"
path = "addons/nature/script_version.hpp"
git_hash = 0

[asc]
enabled = true
exclude = [
"/initsettings.sqf",
"/initkeybinds.sqf",
"/xeh_prep.sqf",
]

[hemtt.config]
preset = "Hemtt"

Expand Down

0 comments on commit 6c89bd3

Please sign in to comment.