Skip to content

Commit

Permalink
Use latest HEMTT and remove ASC config (#6)
Browse files Browse the repository at this point in the history
* Remove ASC config

* Use latest hemtt action
  • Loading branch information
Timi007 authored Mar 3, 2024
1 parent 2ddfaad commit f7b0d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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
6 changes: 0 additions & 6 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ authority = "pbw_waka"
[version]
git_hash = 0

[asc]
enabled = false
exclude = [
"/xeh_prep.sqf"
]

[hemtt.config]
preset = "Hemtt"

Expand Down

0 comments on commit f7b0d09

Please sign in to comment.